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

    r5829 r5951  
    55 * 'component_name' array.
    66 *
    7  * @since bbPress (r5232)
     7 * @since 2.6.0 bbPress (r5232)
    88 *
    99 * @see BP_Notifications_Notification::get()
     
    2929 * Format the BuddyBar/Toolbar notifications
    3030 *
    31  * @since bbPress (r5155)
     31 * @since 2.5.0 bbPress (r5155)
    3232 *
    3333 * @package bbPress
     
    8686 * for notifying topic and hierarchical reply authors of topic replies.
    8787 *
    88  * @since bbPress (r5156)
     88 * @since 2.5.0 bbPress (r5156)
    8989 *
    9090 * @param int $reply_id
     
    140140 * Mark notifications as read when reading a topic
    141141 *
    142  * @since bbPress (r5155)
     142 * @since 2.5.0 bbPress (r5155)
    143143 *
    144144 * @return If not trying to mark a notification as read
Note: See TracChangeset for help on using the changeset viewer.