Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2016 12:13:46 AM (10 years ago)
Author:
tw2113
Message:

Adds PHPDocs to missed filters in the blogs component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-template.php

    r11173 r11237  
    646646                 * Filters the last active date of the current blog in the loop.
    647647                 *
    648                  * @since
     648                 * @since 1.2.0
    649649                 *
    650650                 * @param string $last_activity Last active date.
     
    14021402                $output = '<li id="blog-create-nav">' . $create_blog_button . '</li>';
    14031403
     1404                /**
     1405                 * Filters the Create A Site nav item output.
     1406                 *
     1407                 * @since 2.2.0
     1408                 *
     1409                 * @param string $output Nav item output.
     1410                 */
    14041411                return apply_filters( 'bp_get_blog_create_nav_item', $output );
    14051412        }
Note: See TracChangeset for help on using the changeset viewer.