Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2015 12:53:06 AM (10 years ago)
Author:
tw2113
Message:

Fixes documentation changes for some filters.

Props ecehren.

See #5940, #5941, #5943.

File:
1 edited

Legend:

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

    r9819 r9848  
    802802
    803803    /**
    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.
    807811     * @param  string $seplocation Location of the separator (left or right).
    808812     */
Note: See TracChangeset for help on using the changeset viewer.