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/core/template-functions.php

    r5945 r5951  
    1818 * Adds bbPress theme support to any active WordPress theme
    1919 *
    20  * @since bbPress (r3032)
     20 * @since 2.0.0 bbPress (r3032)
    2121 *
    2222 * @param string $slug
     
    5252 * not found in either of those, it looks in the theme-compat folder last.
    5353 *
    54  * @since bbPress (r3618)
     54 * @since 2.1.0 bbPress (r3618)
    5555 *
    5656 * @param string|array $template_names Template file(s) to search for, in order.
     
    115115 * Registers the style if file provided (does NOT overwrite) and enqueues.
    116116 *
    117  * @since bbPress (r5180)
     117 * @since 2.5.0 bbPress (r5180)
    118118 *
    119119 * @param string      $handle Name of the stylesheet.
     
    184184 * Registers the style if file provided (does NOT overwrite) and enqueues.
    185185 *
    186  * @since bbPress (r5180)
     186 * @since 2.5.0 bbPress (r5180)
    187187 *
    188188 * @param string      $handle    Name of the script.
     
    255255 * with bbp_locate_template(), this allows for easy template overrides.
    256256 *
    257  * @since bbPress (r4323)
     257 * @since 2.2.0 bbPress (r4323)
    258258 *
    259259 * @param string $location_callback Callback function that returns the
     
    274274 * Deregisters a previously registered template stack location.
    275275 *
    276  * @since bbPress (r4652)
     276 * @since 2.3.0 bbPress (r4652)
    277277 *
    278278 * @param string $location_callback Callback function that returns the
     
    359359 * Get a template part in an output buffer, and return it
    360360 *
    361  * @since bbPress (r5043)
     361 * @since 2.4.0 bbPress (r5043)
    362362 *
    363363 * @param string $slug
     
    389389 * locations without the use of the other get_*_template() functions.
    390390 *
    391  * @since bbPress (r3629)
     391 * @since 2.1.0 bbPress (r3629)
    392392 *
    393393 * @param string $type Filename without extension.
     
    418418 * Get the possible subdirectories to check for templates in
    419419 *
    420  * @since bbPress (r3738)
     420 * @since 2.1.0 bbPress (r3738)
     421 *
    421422 * @param array $templates Templates we are looking for
    422423 * @return array Possible subfolders to look in
     
    434435 * Add template locations to template files being searched for
    435436 *
    436  * @since bbPress (r3738)
     437 * @since 2.1.0 bbPress (r3738)
    437438 *
    438439 * @param array $stacks
     
    472473 * If it's a search page, WP_Query::bbp_is_search is set to true
    473474 *
    474  * @since bbPress (r2688)
     475 * @since 2.0.0 bbPress (r2688)
    475476 *
    476477 * @param WP_Query $posts_query
Note: See TracChangeset for help on using the changeset viewer.