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/abstraction.php

    r5909 r5951  
    2020 * Lookup and return a global variable
    2121 *
    22  * @since bbPress (r5814)
     22 * @since 2.5.8 bbPress (r5814)
    2323 *
    2424 * @param  string  $name     Name of global variable
     
    5858 * filtered to support other configurations if needed.
    5959 *
    60  * @since bbPress (r5814)
     60 * @since 2.5.8 bbPress (r5814)
    6161 *
    6262 * @return object
     
    7373 * be filtered to support other configurations if needed.
    7474 *
    75  * @since bbPress (r5814)
     75 * @since 2.5.8 bbPress (r5814)
    7676 *
    7777 * @return object
     
    8787 * Get the root URL
    8888 *
    89  * @since bbPress (r5814)
     89 * @since 2.5.8 bbPress (r5814)
    9090 *
    9191 * @return string
     
    9898 * Get the slug used for paginated requests
    9999 *
    100  * @since bbPress (r4926)
     100 * @since 2.4.0 bbPress (r4926)
    101101 *
    102102 * @return string
     
    109109 * Is the environment using pretty URLs?
    110110 *
    111  * @since bbPress (r5814)
     111 * @since 2.5.8 bbPress (r5814)
    112112 *
    113113 * @global object $wp_rewrite The WP_Rewrite object
Note: See TracChangeset for help on using the changeset viewer.