Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/16/2017 09:20:52 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Remove all @uses usages.

Per the WordPress inline documentation standards:

the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

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

    r6544 r6573  
    1919 *
    2020 * @param mixed $new_args New arguments
    21  * @uses bbp_get_search_query_args() To get the search query args
    22  * @uses bbp_parse_args() To parse the args
    23  * @uses bbp_has_search_results() To make the search query
    2421 * @return bool False if no results, otherwise if search results are there
    2522 */
     
    4340 * @since 2.3.0 bbPress (r4579)
    4441 *
    45  * @uses bbp_get_search_terms() To get the search terms
    4642 * @return array Query arguments
    4743 */
Note: See TracChangeset for help on using the changeset viewer.