Skip to:
Content

bbPress.org


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

Clean up admin components and loader code.

File:
1 edited

Legend:

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

    r3318 r3343  
    349349     * @uses bbp_get_reply_post_type() To get the reply post type
    350350     * @uses sanitize_html_class() To sanitize the classes
    351      * @uses bbp_is_forum() To check if it is a forum page
    352      * @uses bbp_is_topic() To check if it is a topic page
    353      * @uses bbp_is_reply() To check if it is a reply page
    354351     * @uses do_action() Calls 'bbp_admin_head'
    355352     */
     
    884881 * @uses BBP_Replies_Admin
    885882 */
    886 function bbp_replies_admin() {
     883function bbp_admin_replies() {
    887884    global $bbp;
    888885
Note: See TracChangeset for help on using the changeset viewer.