Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/28/2015 04:07:50 AM (10 years ago)
Author:
netweb
Message:

Standardize @since PHPDoc tags style and format

This changeset updates the style and formatting of all of our @since instances for compatibility with phpDocumentor 2 and WP-Parser as we move toward implementing the bbPress developer code reference.

Props thebrandonallen
Fixes #2879

File:
1 edited

Legend:

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

    r5827 r5951  
    1616 * The main search loop. WordPress does the heavy lifting.
    1717 *
    18  * @since bbPress (r4579)
     18 * @since 2.3.0 bbPress (r4579)
    1919 *
    2020 * @param array $args All the arguments supported by {@link WP_Query}
     
    167167 * Whether there are more search results available in the loop
    168168 *
    169  * @since bbPress (r4579)
     169 * @since 2.3.0 bbPress (r4579)
    170170 *
    171171 * @uses WP_Query bbPress::search_query::have_posts() To check if there are more
     
    189189 * Loads up the current search result in the loop
    190190 *
    191  * @since bbPress (r4579)
     191 * @since 2.3.0 bbPress (r4579)
    192192 *
    193193 * @uses WP_Query bbPress::search_query::the_post() To get the current search result
     
    208208 * Output the search page title
    209209 *
    210  * @since bbPress (r4579)
     210 * @since 2.3.0 bbPress (r4579)
    211211 *
    212212 * @uses bbp_get_search_title()
     
    219219     * Get the search page title
    220220     *
    221      * @since bbPress (r4579)
     221     * @since 2.3.0 bbPress (r4579)
    222222     *
    223223     * @uses bbp_get_search_terms()
     
    243243 * Output the search url
    244244 *
    245  * @since bbPress (r4579)
     245 * @since 2.3.0 bbPress (r4579)
    246246 *
    247247 * @uses bbp_get_search_url() To get the search url
     
    253253     * Return the search url
    254254     *
    255      * @since bbPress (r4579)
     255     * @since 2.3.0 bbPress (r4579)
    256256     *
    257257     * @uses user_trailingslashit() To fix slashes
     
    283283 * Output the search results url
    284284 *
    285  * @since bbPress (r4928)
     285 * @since 2.4.0 bbPress (r4928)
    286286 *
    287287 * @uses bbp_get_search_url() To get the search url
     
    293293     * Return the search url
    294294     *
    295      * @since bbPress (r4928)
     295     * @since 2.4.0 bbPress (r4928)
    296296     *
    297297     * @uses user_trailingslashit() To fix slashes
     
    335335 * Output the search terms
    336336 *
    337  * @since bbPress (r4579)
     337 * @since 2.3.0 bbPress (r4579)
    338338 *
    339339 * @param string $search_terms Optional. Search terms
     
    347347     * Get the search terms
    348348     *
    349      * @since bbPress (r4579)
     349     * @since 2.3.0 bbPress (r4579)
    350350     *
    351351     * If search terms are supplied, those are used. Otherwise check the
     
    377377 * Output the search result pagination count
    378378 *
    379  * @since bbPress (r4579)
     379 * @since 2.3.0 bbPress (r4579)
    380380 *
    381381 * @uses bbp_get_search_pagination_count() To get the search result pagination count
     
    388388     * Return the search results pagination count
    389389     *
    390      * @since bbPress (r4579)
     390     * @since 2.3.0 bbPress (r4579)
    391391     *
    392392     * @uses bbp_number_format() To format the number value
     
    425425 * Output search pagination links
    426426 *
    427  * @since bbPress (r4579)
     427 * @since 2.3.0 bbPress (r4579)
    428428 *
    429429 * @uses bbp_get_search_pagination_links() To get the search pagination links
     
    436436     * Return search pagination links
    437437     *
    438      * @since bbPress (r4579)
     438     * @since 2.3.0 bbPress (r4579)
    439439     *
    440440     * @uses apply_filters() Calls 'bbp_get_search_pagination_links' with the
Note: See TracChangeset for help on using the changeset viewer.