Changeset 6573 for trunk/src/includes/core/functions.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/functions.php
r6438 r6573 17 17 * 18 18 * @since 2.0.0 bbPress (r3468) 19 *20 * @uses bbp_get_version() To get the bbPress version21 19 */ 22 20 function bbp_version() { … … 38 36 * 39 37 * @since 2.0.0 bbPress (r3468) 40 *41 * @uses bbp_get_version() To get the bbPress version42 38 */ 43 39 function bbp_db_version() { … … 59 55 * 60 56 * @since 2.0.0 bbPress (r3468) 61 *62 * @uses bbp_get_version() To get the current bbPress version63 57 */ 64 58 function bbp_db_version_raw() { … … 180 174 * @param string $capability Capability that the current user must have 181 175 * 182 * @uses sanitize_title() To sanitize the view name183 * @uses esc_html() To sanitize the view title184 176 * @return array The just registered (but processed) view 185 177 */ … … 221 213 * 222 214 * @param string $view View name 223 * @uses sanitize_title() To sanitize the view name224 215 * @return bool False if the view doesn't exist, true on success 225 216 */ … … 244 235 * @param string $view Optional. View id 245 236 * @param mixed $new_args New arguments. See {@link bbp_has_topics()} 246 * @uses bbp_get_view_id() To get the view id247 * @uses bbp_get_view_query_args() To get the view query args248 * @uses sanitize_title() To sanitize the view name249 * @uses bbp_has_topics() To make the topics query250 237 * @return bool False if the view doesn't exist, otherwise if topics are there 251 238 */ … … 274 261 * 275 262 * @param string $view View name 276 * @uses bbp_get_view_id() To get the view id277 263 * @return array Query arguments 278 264 */ … … 296 282 * 297 283 * @see WP_Error() 298 * @uses WP_Error::add();299 284 * 300 285 * @param string $code Unique code for the error message … … 312 297 * 313 298 * @see WP_Error() 314 *315 * @uses is_wp_error()316 * @usese WP_Error::get_error_codes()317 299 */ 318 300 function bbp_has_errors() { … … 372 354 * @deprecated 2.6.0 bbp_make_clickable() 373 355 * 374 * @uses bbp_find_mentions() To get usernames in content areas375 356 * @return string $content Content filtered for mentions 376 357 */ … … 656 637 * @since 2.6.0 bbPress (r5658) 657 638 * 658 * @uses wp_safe_redirect()659 * @uses bbp_get_forums_url()660 639 * @see bbp_redirect_to_field() 661 640 *
Note: See TracChangeset
for help on using the changeset viewer.