Skip to:
Content

bbPress.org

Changeset 5481


Ignore:
Timestamp:
09/08/2014 11:52:19 PM (10 years ago)
Author:
netweb
Message:

Remove @ToDo 'Implement Feeds' PHPDoc reference in bbp_register_view(), feeds were added for views in r3171 and r3172. Fixes #2631

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/functions.php

    r5466 r5481  
    141141 * Register a bbPress view
    142142 *
    143  * @todo Implement feeds - See {@link http://trac.bbpress.org/ticket/1422}
    144  *
    145143 * @since bbPress (r2789)
    146144 *
     
    148146 * @param string $title View title
    149147 * @param mixed $query_args {@link bbp_has_topics()} arguments.
    150  * @param bool $feed Have a feed for the view? Defaults to true. NOT IMPLEMENTED
     148 * @param bool $feed Have a feed for the view? Defaults to true.
    151149 * @param string $capability Capability that the current user must have
     150 *
    152151 * @uses sanitize_title() To sanitize the view name
    153152 * @uses esc_html() To sanitize the view title
Note: See TracChangeset for help on using the changeset viewer.