Skip to:
Content

bbPress.org

Changeset 6365


Ignore:
Timestamp:
03/06/2017 12:19:04 AM (7 years ago)
Author:
netweb
Message:

Fix @return docs typo in bbp_title

Props SergeyBiryukov.
Fixes #3080.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/template.php

    r6320 r6365  
    26352635 * @uses apply_filters() Calls 'bbp_profile_page_wp_title' with the title,
    26362636 *                        separator and separator location
    2637  * @return string The tite
     2637 * @return string The title
    26382638 */
    26392639function bbp_title( $title = '', $sep = '»', $seplocation = '' ) {
Note: See TracChangeset for help on using the changeset viewer.