Skip to:
Content
Pages
Categories
Search
Top
Bottom

What is "topicmeta"?

  • What does this do?

    <?php do_action(‘topicmeta’); ?

    Found if on the topic.php page, but doesn’t seem to product anything

Viewing 2 replies - 1 through 2 (of 2 total)

  • chrishajer
    Participant

    @chrishajer

    I might be wrong, but I thought topicmeta was deprecated in the 1.0 versions.

    $bbdb->tables = array(
    'forums' => false,
    'meta' => false,
    'posts' => false,
    'tagged' => false, // Deprecated
    'tags' => false, // Deprecated
    'terms' => false,
    'term_relationships' => false,
    'term_taxonomy' => false,
    'topics' => false,
    'topicmeta' => false, // Deprecated
    'users' => false,
    'usermeta' => false
    );

    okay cool… so must have been old theme. Seems safe to delete, so I will.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar