Changeset 1012 for trunk/bp-core.php
- Timestamp:
- 02/02/2009 08:47:37 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r974 r1012 8 8 if ( file_exists( ABSPATH . 'wp-content/mu-plugins/bp-languages/buddypress-' . get_locale() . '.mo' ) ) 9 9 load_textdomain( 'buddypress', ABSPATH . 'wp-content/mu-plugins/bp-languages/buddypress-' . get_locale() . '.mo' ); 10 11 /* Place your custom code (actions/filters) in a file called bp-custom.php and it will be loaded before anything else. */ 12 if ( file_exists( 'bp-custom.php' ) ) 13 require_once( 'bp-custom.php' ); 10 14 11 15 /* Functions to handle pretty URLs and breaking them down into usable variables */
Note: See TracChangeset
for help on using the changeset viewer.