Info
- 3 posts
- 2 voices
- Started 2 years ago by nickaster
- Latest reply from nickaster
- This topic is resolved
What is "topicmeta"?
-
- Posted 2 years ago #
What does this do?
<?php do_action('topicmeta'); ?
Found if on the topic.php page, but doesn't seem to product anything
-
- Posted 2 years ago #
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 ); -
- Posted 2 years ago #
okay cool... so must have been old theme. Seems safe to delete, so I will.
-
You must log in to post.