Changeset 5481
- Timestamp:
- 09/08/2014 11:52:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/functions.php
r5466 r5481 141 141 * Register a bbPress view 142 142 * 143 * @todo Implement feeds - See {@link http://trac.bbpress.org/ticket/1422}144 *145 143 * @since bbPress (r2789) 146 144 * … … 148 146 * @param string $title View title 149 147 * @param mixed $query_args {@link bbp_has_topics()} arguments. 150 * @param bool $feed Have a feed for the view? Defaults to true. NOT IMPLEMENTED148 * @param bool $feed Have a feed for the view? Defaults to true. 151 149 * @param string $capability Capability that the current user must have 150 * 152 151 * @uses sanitize_title() To sanitize the view name 153 152 * @uses esc_html() To sanitize the view title
Note: See TracChangeset
for help on using the changeset viewer.