Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/31/2010 09:45:19 AM (15 years ago)
Author:
apeatling
Message:

Improved noscript support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r2477 r2485  
    187187    bp_core_remove_subnav_item( $bp->blogs->slug, 'recent-posts' );
    188188    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' );
    191189}
    192190add_action( 'init', 'bp_dtheme_remove_redundant' );
     
    217215add_action( 'wp_footer', 'bp_dtheme_js_terms' );
    218216
     217
    219218/* Show a notice when the theme is activated - workaround by Ozh (http://old.nabble.com/Activation-hook-exist-for-themes--td25211004.html) */
    220219if ( is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" ) {
Note: See TracChangeset for help on using the changeset viewer.