Changeset 2485 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 01/31/2010 09:45:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2477 r2485 187 187 bp_core_remove_subnav_item( $bp->blogs->slug, 'recent-posts' ); 188 188 bp_core_remove_subnav_item( $bp->blogs->slug, 'recent-comments' ); 189 bp_core_remove_subnav_item( $bp->activity->slug, 'just-me' );190 bp_core_remove_subnav_item( $bp->activity->slug, 'my-friends' );191 189 } 192 190 add_action( 'init', 'bp_dtheme_remove_redundant' ); … … 217 215 add_action( 'wp_footer', 'bp_dtheme_js_terms' ); 218 216 217 219 218 /* Show a notice when the theme is activated - workaround by Ozh (http://old.nabble.com/Activation-hook-exist-for-themes--td25211004.html) */ 220 219 if ( is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" ) {
Note: See TracChangeset
for help on using the changeset viewer.