Changeset 9848 for trunk/src/bp-core/bp-core-filters.php
- Timestamp:
- 05/07/2015 12:53:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r9819 r9848 802 802 803 803 /** 804 * @param string the BuddyPress page title 805 * @param string $title the original WordPress page title 806 * @param string $sep the title parts separator 804 * Filters the page title for BuddyPress pages. 805 * 806 * @since BuddyPress (1.5.0) 807 * 808 * @param string $new_title The BuddyPress page title. 809 * @param string $title The original WordPress page title. 810 * @param string $sep The title parts separator. 807 811 * @param string $seplocation Location of the separator (left or right). 808 812 */
Note: See TracChangeset
for help on using the changeset viewer.