Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 01:06:05 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Add 'BuddyPress' to all 1.5 phpdoc since's.

File:
1 edited

Legend:

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

    r5926 r5927  
    5959 *
    6060 * @global BuddyPress $bp The one true BuddyPress instance
    61  * @since 1.5
     61 * @since BuddyPress (1.5)
    6262 */
    6363function bp_dtheme_setup() {
     
    141141 *
    142142 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script
    143  * @since 1.5
     143 * @since BuddyPress (1.5)
    144144 */
    145145function bp_dtheme_enqueue_scripts() {
     
    184184 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_style
    185185 * @see http://codex.buddypress.org/releases/1-5-developer-and-designer-information/
    186  * @since 1.5
     186 * @since BuddyPress (1.5)
    187187 */
    188188function bp_dtheme_enqueue_styles() {
     
    281281 *
    282282 * @see _custom_background_cb()
    283  * @since 1.5
     283 * @since BuddyPress (1.5)
    284284 */
    285285function bp_dtheme_custom_background_style() {
     
    373373 * function tied to the init hook.
    374374 *
    375  * @since 1.5
     375 * @since BuddyPress (1.5)
    376376 */
    377377function bp_dtheme_widgets_init() {
     
    587587 * @param array Menu arguments from wp_nav_menu()
    588588 * @see wp_nav_menu()
    589  * @since 1.5
     589 * @since BuddyPress (1.5)
    590590 */
    591591function bp_dtheme_main_nav( $args ) {
     
    610610 * @param array $args Default values for wp_page_menu()
    611611 * @see wp_page_menu()
    612  * @since 1.5
     612 * @since BuddyPress (1.5)
    613613 */
    614614function bp_dtheme_page_menu_args( $args ) {
     
    625625 * @param array $default_labels The default options for strings, fields etc in the form
    626626 * @see comment_form()
    627  * @since 1.5
     627 * @since BuddyPress (1.5)
    628628 */
    629629function bp_dtheme_comment_form( $default_labels ) {
     
    662662 *
    663663 * @see comment_form()
    664  * @since 1.5
     664 * @since BuddyPress (1.5)
    665665 */
    666666function bp_dtheme_before_comment_form() {
     
    690690 * @see bp_dtheme_before_comment_form()
    691691 * @see comment_form()
    692  * @since 1.5
     692 * @since BuddyPress (1.5)
    693693 */
    694694function bp_dtheme_after_comment_form() {
     
    706706 * Adds a hidden "redirect_to" input field to the sidebar login form.
    707707 *
    708  * @since 1.5
     708 * @since BuddyPress (1.5)
    709709 */
    710710function bp_dtheme_sidebar_login_redirect_to() {
     
    725725 * @global WP_Query $wp_query
    726726 * @param string $nav_id DOM ID for this navigation
    727  * @since 1.5
     727 * @since BuddyPress (1.5)
    728728 */
    729729function bp_dtheme_content_nav( $nav_id ) {
     
    751751 *
    752752 * @package BuddyPress
    753  * @since 1.5.1
     753 * @since BuddyPress (1.5).1
    754754 * @see bp_dtheme_remove_nojs_body_class()
    755755 */
     
    772772 *
    773773 * @package BuddyPress
    774  * @since 1.5.1
     774 * @since BuddyPress (1.5).1
    775775 * @see bp_dtheme_add_nojs_body_class()
    776776 */
Note: See TracChangeset for help on using the changeset viewer.