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/extend/buddypress/loader.php

    r5848 r5951  
    2525 * Loads Forums Component
    2626 *
    27  * @since bbPress (r3552)
     27 * @since 2.1.0 bbPress (r3552)
    2828 *
    2929 * @package bbPress
     
    3535     * Start the forums component creation process
    3636     *
    37      * @since bbPress (r3552)
     37     * @since 2.1.0 bbPress (r3552)
    3838     */
    3939    public function __construct() {
     
    8484     * backwards compatibility.
    8585     *
    86      * @since bbPress (r3552)
     86     * @since 2.1.0 bbPress (r3552)
    8787     */
    8888    public function setup_globals( $args = array() ) {
     
    114114     * Setup the actions
    115115     *
    116      * @since bbPress (r3395)
     116     * @since 2.0.0 bbPress (r3395)
     117     *
    117118     * @access private
    118119     * @uses add_filter() To add various filters
     
    131132     * Instantiate classes for BuddyPress integration
    132133     *
    133      * @since bbPress (r3395)
     134     * @since 2.0.0 bbPress (r3395)
    134135     */
    135136    public function setup_components() {
     
    153154     * plugins and themes.
    154155     *
    155      * @since bbPress (r3902)
     156     * @since 2.1.0 bbPress (r3902)
    156157     */
    157158    private function fully_loaded() {
     
    162163     * Setup BuddyBar navigation
    163164     *
    164      * @since bbPress (r3552)
     165     * @since 2.1.0 bbPress (r3552)
    165166     */
    166167    public function setup_nav( $main_nav = array(), $sub_nav = array() ) {
     
    250251     * Set up the admin bar
    251252     *
    252      * @since bbPress (r3552)
     253     * @since 2.1.0 bbPress (r3552)
    253254     */
    254255    public function setup_admin_bar( $wp_admin_nav = array() ) {
     
    326327     * Sets up the title for pages and <title>
    327328     *
    328      * @since bbPress (r3552)
     329     * @since 2.1.0 bbPress (r3552)
    329330     */
    330331    public function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.