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

    r5846 r5951  
    1515 * Member profile modifications
    1616 *
    17  * @since bbPress (r4395)
     17 * @since 2.2.0 bbPress (r4395)
    1818 *
    1919 * @package bbPress
     
    2525     * Main constructor for modifying bbPress profile links
    2626     *
    27      * @since bbPress (r4395)
     27     * @since 2.2.0 bbPress (r4395)
    2828     */
    2929    public function __construct() {
     
    3535     * Setup the actions
    3636     *
    37      * @since bbPress (r4395)
     37     * @since 2.2.0 bbPress (r4395)
    3838     *
    3939     * @access private
     
    6262     * Setup the filters
    6363     *
    64      * @since bbPress (r4395)
     64     * @since 2.2.0 bbPress (r4395)
    6565     *
    6666     * @access private
     
    7979     * Override bbPress profile URL with BuddyPress profile URL
    8080     *
    81      * @since bbPress (r3401)
     81     * @since 2.0.0 bbPress (r3401)
     82     *
    8283     * @param string $url
    8384     * @param int $user_id
     
    127128     * Override bbPress favorites URL with BuddyPress profile URL
    128129     *
    129      * @since bbPress (r3721)
     130     * @since 2.1.0 bbPress (r3721)
     131     *
    130132     * @param string $url
    131133     * @param int $user_id
     
    147149     * Override bbPress subscriptions URL with BuddyPress profile URL
    148150     *
    149      * @since bbPress (r3721)
     151     * @since 2.1.0 bbPress (r3721)
     152     *
    150153     * @param string $url
    151154     * @param int $user_id
     
    168171     * pages.
    169172     *
    170      * @since bbPress (r4615)
     173     * @since 2.3.0 bbPress (r4615)
    171174     *
    172175     * @global WP_Query $wp_query
Note: See TracChangeset for help on using the changeset viewer.