Changeset 4907 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 07/30/2011 02:00:16 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/functions.php (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r4893 r4907 56 56 * 57 57 * @global object $bp Global BuddyPress settings object 58 * @since 1. 358 * @since 1.5 59 59 */ 60 60 function bp_dtheme_setup() { … … 132 132 * 133 133 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script 134 * @since 1. 3134 * @since 1.5 135 135 */ 136 136 function bp_dtheme_enqueue_scripts() { … … 164 164 * 165 165 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_style 166 * @since 1. 3166 * @since 1.5 167 167 */ 168 168 function bp_dtheme_enqueue_styles() { … … 247 247 * 248 248 * @see _custom_background_cb() 249 * @since 1. 3249 * @since 1.5 250 250 */ 251 251 function bp_dtheme_custom_background_style() { … … 337 337 * function tied to the init hook. 338 338 * 339 * @since 1. 3339 * @since 1.5 340 340 */ 341 341 function bp_dtheme_widgets_init() { … … 552 552 * @param array Menu arguments from wp_nav_menu() 553 553 * @see wp_nav_menu() 554 * @since 1. 3554 * @since 1.5 555 555 */ 556 556 function bp_dtheme_main_nav( $args ) { … … 577 577 * @param array $args Default values for wp_page_menu() 578 578 * @see wp_page_menu() 579 * @since 1. 3579 * @since 1.5 580 580 */ 581 581 function bp_dtheme_page_menu_args( $args ) { … … 593 593 * @param array $default_labels The default options for strings, fields etc in the form 594 594 * @see comment_form() 595 * @since 1. 3595 * @since 1.5 596 596 */ 597 597 function bp_dtheme_comment_form( $default_labels ) { … … 631 631 * 632 632 * @see comment_form() 633 * @since 1. 3633 * @since 1.5 634 634 */ 635 635 function bp_dtheme_before_comment_form() { … … 659 659 * @see bp_dtheme_before_comment_form() 660 660 * @see comment_form() 661 * @since 1. 3661 * @since 1.5 662 662 */ 663 663 function bp_dtheme_after_comment_form() { … … 675 675 * Adds a hidden "redirect_to" input field to the sidebar login form. 676 676 * 677 * @since 1. 3677 * @since 1.5 678 678 */ 679 679 function bp_dtheme_sidebar_login_redirect_to() { … … 691 691 * @global unknown $wp_query 692 692 * @param string $nav_id DOM ID for this navigation 693 * @since 1. 3693 * @since 1.5 694 694 */ 695 695 function bp_dtheme_content_nav( $nav_id ) {
Note: See TracChangeset
for help on using the changeset viewer.