Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/23/2011 07:34:32 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Clean up admin components and loader code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-forums.php

    r3310 r3343  
    313313     * @uses bbp_get_reply_post_type() To get the reply post type
    314314     * @uses sanitize_html_class() To sanitize the classes
    315      * @uses bbp_is_forum() To check if it is a forum page
    316      * @uses bbp_is_topic() To check if it is a topic page
    317      * @uses bbp_is_reply() To check if it is a reply page
    318315     * @uses do_action() Calls 'bbp_admin_head'
    319316     */
     
    564561 * @uses BBP_Forums_Admin
    565562 */
    566 function bbp_forums_admin() {
     563function bbp_admin_forums() {
    567564    global $bbp;
    568565
Note: See TracChangeset for help on using the changeset viewer.