Changeset 5927 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 03/16/2012 01:06:05 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/functions.php (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r5926 r5927 59 59 * 60 60 * @global BuddyPress $bp The one true BuddyPress instance 61 * @since 1.561 * @since BuddyPress (1.5) 62 62 */ 63 63 function bp_dtheme_setup() { … … 141 141 * 142 142 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script 143 * @since 1.5143 * @since BuddyPress (1.5) 144 144 */ 145 145 function bp_dtheme_enqueue_scripts() { … … 184 184 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_style 185 185 * @see http://codex.buddypress.org/releases/1-5-developer-and-designer-information/ 186 * @since 1.5186 * @since BuddyPress (1.5) 187 187 */ 188 188 function bp_dtheme_enqueue_styles() { … … 281 281 * 282 282 * @see _custom_background_cb() 283 * @since 1.5283 * @since BuddyPress (1.5) 284 284 */ 285 285 function bp_dtheme_custom_background_style() { … … 373 373 * function tied to the init hook. 374 374 * 375 * @since 1.5375 * @since BuddyPress (1.5) 376 376 */ 377 377 function bp_dtheme_widgets_init() { … … 587 587 * @param array Menu arguments from wp_nav_menu() 588 588 * @see wp_nav_menu() 589 * @since 1.5589 * @since BuddyPress (1.5) 590 590 */ 591 591 function bp_dtheme_main_nav( $args ) { … … 610 610 * @param array $args Default values for wp_page_menu() 611 611 * @see wp_page_menu() 612 * @since 1.5612 * @since BuddyPress (1.5) 613 613 */ 614 614 function bp_dtheme_page_menu_args( $args ) { … … 625 625 * @param array $default_labels The default options for strings, fields etc in the form 626 626 * @see comment_form() 627 * @since 1.5627 * @since BuddyPress (1.5) 628 628 */ 629 629 function bp_dtheme_comment_form( $default_labels ) { … … 662 662 * 663 663 * @see comment_form() 664 * @since 1.5664 * @since BuddyPress (1.5) 665 665 */ 666 666 function bp_dtheme_before_comment_form() { … … 690 690 * @see bp_dtheme_before_comment_form() 691 691 * @see comment_form() 692 * @since 1.5692 * @since BuddyPress (1.5) 693 693 */ 694 694 function bp_dtheme_after_comment_form() { … … 706 706 * Adds a hidden "redirect_to" input field to the sidebar login form. 707 707 * 708 * @since 1.5708 * @since BuddyPress (1.5) 709 709 */ 710 710 function bp_dtheme_sidebar_login_redirect_to() { … … 725 725 * @global WP_Query $wp_query 726 726 * @param string $nav_id DOM ID for this navigation 727 * @since 1.5727 * @since BuddyPress (1.5) 728 728 */ 729 729 function bp_dtheme_content_nav( $nav_id ) { … … 751 751 * 752 752 * @package BuddyPress 753 * @since 1.5.1753 * @since BuddyPress (1.5).1 754 754 * @see bp_dtheme_remove_nojs_body_class() 755 755 */ … … 772 772 * 773 773 * @package BuddyPress 774 * @since 1.5.1774 * @since BuddyPress (1.5).1 775 775 * @see bp_dtheme_add_nojs_body_class() 776 776 */
Note: See TracChangeset
for help on using the changeset viewer.