Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/loader.php

    r11855 r11899  
    33 * BP Nouveau Groups
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Groups Loader class
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 */
    1616class BP_Nouveau_Groups {
     
    1818     * Constructor
    1919     *
    20      * @since 1.0.0
     20     * @since 3.0.0
    2121     */
    2222    public function __construct() {
     
    3030     * Globals
    3131     *
    32      * @since 1.0.0
     32     * @since 3.0.0
    3333     */
    3434    protected function setup_globals() {
     
    4040     * Include needed files
    4141     *
    42      * @since 1.0.0
     42     * @since 3.0.0
    4343     */
    4444    protected function includes() {
     
    6464     * Register do_action() hooks
    6565     *
    66      * @since 1.0.0
     66     * @since 3.0.0
    6767     */
    6868    protected function setup_actions() {
     
    9292     * Register add_filter() hooks
    9393     *
    94      * @since 1.0.0
     94     * @since 3.0.0
    9595     */
    9696    protected function setup_filters() {
     
    135135     * with the current group's default front page.
    136136     *
    137      * @since 1.0.0
     137     * @since 3.0.0
    138138     *
    139139     * @param string $sidebar_index The Sidebar identifier.
     
    154154     * the current group displayed in account.
    155155     *
    156      * @since 1.0.0
     156     * @since 3.0.0
    157157     *
    158158     * @param string $sidebar_index The Sidebar identifier.
     
    173173 * Launch the Groups loader class.
    174174 *
    175  * @since 1.0.0
     175 * @since 3.0.0
    176176 */
    177177function bp_nouveau_groups( $bp_nouveau = null ) {
Note: See TracChangeset for help on using the changeset viewer.