Changeset 10843
- Timestamp:
- 05/31/2016 12:34:39 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r10829 r10843 377 377 * @since 1.6.0 378 378 */ 379 do_action 379 do_action( 'bp_widgets_init' ); 380 380 } 381 381 … … 394 394 * @since 1.6.0 395 395 */ 396 do_action 396 do_action( 'bp_head' ); 397 397 } 398 398 … … 472 472 * @since 1.6.0 473 473 */ 474 do_action 474 do_action( 'bp_enqueue_scripts' ); 475 475 } 476 476 … … 490 490 * @since 2.6.0 491 491 */ 492 do_action 492 do_action( 'bp_enqueue_embed_scripts' ); 493 493 } 494 494 … … 557 557 * @since 1.6.0 558 558 */ 559 do_action 559 do_action( 'bp_setup_theme' ); 560 560 } 561 561 … … 580 580 * @since 1.7.0 581 581 */ 582 do_action 582 do_action( 'bp_after_setup_theme' ); 583 583 } 584 584 -
trunk/src/bp-core/bp-core-functions.php
r10834 r10843 2210 2210 return load_plugin_textdomain( $domain ); 2211 2211 } 2212 add_action 2212 add_action( 'bp_core_loaded', 'bp_core_load_buddypress_textdomain' ); 2213 2213 2214 2214 /** -
trunk/src/bp-members/bp-members-adminbar.php
r10711 r10843 48 48 } elseif ( !empty( $wp_admin_bar ) ) { 49 49 50 add_filter 50 add_filter( 'show_admin_bar', '__return_true' ); 51 51 52 52 // Create the main 'My Account' menu.
Note: See TracChangeset
for help on using the changeset viewer.