Skip to:
Content

bbPress.org

Changeset 4250 for trunk/bbpress.php


Ignore:
Timestamp:
10/13/2012 07:57:15 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Code Improvement:

  • Remove bbp- prefixes from admin files.
  • Adjust include paths.
  • See #1975.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4249 r4250  
    319319        // Quick admin check and load if needed
    320320        if ( is_admin() ) {
    321             require( $this->includes_dir . 'admin/bbp-admin.php'   );
    322             require( $this->includes_dir . 'admin/bbp-actions.php' );
     321            require( $this->includes_dir . 'admin/admin.php'   );
     322            require( $this->includes_dir . 'admin/actions.php' );
    323323        }
    324324    }
Note: See TracChangeset for help on using the changeset viewer.