Changeset 6529
- Timestamp:
- 11/17/2012 08:34:50 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-actions.php
r6436 r6529 38 38 add_action( 'after_setup_theme', 'bp_after_setup_theme', 10 ); 39 39 add_action( 'wp_enqueue_scripts', 'bp_enqueue_scripts', 10 ); 40 add_action( 'wp_head', 'bp_head', 10 ); 40 41 add_action( 'admin_bar_menu', 'bp_setup_admin_bar', 20 ); // After WP core 41 42 add_action( 'template_redirect', 'bp_template_redirect', 10 ); -
trunk/bp-themes/bp-default/header.php
r6177 r6529 8 8 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 9 9 10 <?php do_action( 'bp_head' ); ?>11 10 <?php wp_head(); ?> 12 11
Note: See TracChangeset
for help on using the changeset viewer.