Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/28/2015 04:07:50 AM (9 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/functions.php

    r5827 r5951  
    1616 * Run the search query
    1717 *
    18  * @since bbPress (r4579)
     18 * @since 2.3.0 bbPress (r4579)
    1919 *
    2020 * @param mixed $new_args New arguments
     
    4141 * Return the search's query args
    4242 *
    43  * @since bbPress (r4579)
     43 * @since 2.3.0 bbPress (r4579)
    4444 *
    4545 * @uses bbp_get_search_terms() To get the search terms
     
    5858 * Redirect to search results page if needed
    5959 *
    60  * @since bbPress (r4928)
     60 * @since 2.4.0 bbPress (r4928)
    6161 *
    6262 * @return If a redirect is not needed
Note: See TracChangeset for help on using the changeset viewer.