Changeset 10899 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 06/23/2016 06:31:58 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-template.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r10874 r10899 2400 2400 * Eg http://example.com/members/joe/profile/change-cover-image/ (or a subpage thereof). 2401 2401 * 2402 * @since 2.4.02402 * @since 2.4.0 2403 2403 * 2404 2404 * @return bool True if the current page is a user's profile edit cover image page. … … 3155 3155 * @since 2.4.3 3156 3156 * 3157 * @param array $bp_title_parts Current BuddyPress title parts3157 * @param array $bp_title_parts Current BuddyPress title parts. 3158 3158 * @return array 3159 3159 */ … … 3725 3725 * Prints the Recipient Salutation. 3726 3726 * 3727 * @since 2.5.03728 * 3729 * @param array $settings Email Settings.3727 * @since 2.5.0 3728 * 3729 * @param array $settings Email Settings. 3730 3730 */ 3731 3731 function bp_email_the_salutation( $settings = array() ) { … … 3736 3736 * Gets the Recipient Salutation. 3737 3737 * 3738 * @since 2.5.03739 * 3740 * @param array$settings Email Settings.3738 * @since 2.5.0 3739 * 3740 * @param array $settings Email Settings. 3741 3741 * @return string The Recipient Salutation. 3742 3742 */ … … 3747 3747 * Filters The Recipient Salutation inside the Email Template. 3748 3748 * 3749 * @since 2.5.03749 * @since 2.5.0 3750 3750 * 3751 3751 * @param string $value The Recipient Salutation.
Note: See TracChangeset
for help on using the changeset viewer.