Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/13/2016 07:32:53 PM (9 years ago)
Author:
tw2113
Message:

Addes missing @since tags to many functions, methods, and properties in the BP Friends component.

See #6400.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-screens.php

    r10417 r10587  
    1717/**
    1818 * Catch and process the My Friends page.
     19 *
     20 * @since 1.0.0
    1921 */
    2022function friends_screen_my_friends() {
     
    3941/**
    4042 * Catch and process the Requests page.
     43 *
     44 * @since 1.0.0
    4145 */
    4246function friends_screen_requests() {
     
    9498/**
    9599 * Add Friends-related settings to the Settings > Notifications page.
     100 *
     101 * @since 1.0.0
    96102 */
    97103function friends_screen_notification_settings() {
Note: See TracChangeset for help on using the changeset viewer.