Changeset 3343 for branches/plugin/bbp-admin/bbp-forums.php
- Timestamp:
- 06/23/2011 07:34:32 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-forums.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-forums.php
r3310 r3343 313 313 * @uses bbp_get_reply_post_type() To get the reply post type 314 314 * @uses sanitize_html_class() To sanitize the classes 315 * @uses bbp_is_forum() To check if it is a forum page316 * @uses bbp_is_topic() To check if it is a topic page317 * @uses bbp_is_reply() To check if it is a reply page318 315 * @uses do_action() Calls 'bbp_admin_head' 319 316 */ … … 564 561 * @uses BBP_Forums_Admin 565 562 */ 566 function bbp_ forums_admin() {563 function bbp_admin_forums() { 567 564 global $bbp; 568 565
Note: See TracChangeset
for help on using the changeset viewer.