Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (10 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-template.php

    r10874 r10899  
    24002400 * Eg http://example.com/members/joe/profile/change-cover-image/ (or a subpage thereof).
    24012401 *
    2402  * @since  2.4.0
     2402 * @since 2.4.0
    24032403 *
    24042404 * @return bool True if the current page is a user's profile edit cover image page.
     
    31553155         * @since 2.4.3
    31563156         *
    3157          * @param  array $bp_title_parts Current BuddyPress title parts
     3157         * @param array $bp_title_parts Current BuddyPress title parts.
    31583158         * @return array
    31593159         */
     
    37253725 * Prints the Recipient Salutation.
    37263726 *
    3727  * @since  2.5.0
    3728  *
    3729  * @param  array $settings Email Settings.
     3727 * @since 2.5.0
     3728 *
     3729 * @param array $settings Email Settings.
    37303730 */
    37313731function bp_email_the_salutation( $settings = array() ) {
     
    37363736         * Gets the Recipient Salutation.
    37373737         *
    3738          * @since  2.5.0
    3739          *
    3740          * @param  array $settings Email Settings.
     3738         * @since 2.5.0
     3739         *
     3740         * @param array $settings Email Settings.
    37413741         * @return string The Recipient Salutation.
    37423742         */
     
    37473747                 * Filters The Recipient Salutation inside the Email Template.
    37483748                 *
    3749                  * @since  2.5.0
     3749                 * @since 2.5.0
    37503750                 *
    37513751                 * @param string $value    The Recipient Salutation.
Note: See TracChangeset for help on using the changeset viewer.