Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:08:37 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Friends Component.

See #6576.

File:
1 edited

Legend:

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

    r10113 r10147  
    55 * @package BuddyPress
    66 * @subpackage Friends
    7  * @since BuddyPress (1.9.0)
    8  */
    9 
    10 // Exit if accessed directly
     7 * @since 1.9.0
     8 */
     9
     10// Exit if accessed directly.
    1111defined( 'ABSPATH' ) || exit;
    1212
     
    1414 * Register the friends widget.
    1515 *
    16  * @since BuddyPress (1.9.0)
     16 * @since 1.9.0
    1717 */
    1818function bp_friends_register_widgets() {
     
    3737 * The User Friends widget class.
    3838 *
    39  * @since BuddyPress (1.9.0)
     39 * @since 1.9.0
    4040 */
    4141class BP_Core_Friends_Widget extends WP_Widget {
     
    8080         * Filters the Friends widget title.
    8181         *
    82          * @since BuddyPress (1.8.0)
    83          * @since BuddyPress (2.3.0) Added 'instance' and 'id_base' to arguments passed to filter.
     82         * @since 1.8.0
     83         * @since 2.3.0 Added 'instance' and 'id_base' to arguments passed to filter.
    8484         *
    8585         * @param string $title    The widget title.
     
    212212 * Process AJAX pagination or filtering for the Friends widget.
    213213 *
    214  * @since BuddyPress (1.9.0)
     214 * @since 1.9.0
    215215 */
    216216function bp_core_ajax_widget_friends() {
Note: See TracChangeset for help on using the changeset viewer.