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

    r11686 r11899  
    33 * Notifications functions
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Register Scripts for the Notifications component
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 *
    1616 * @param  array  $scripts  The array of scripts to register
     
    3535 * Enqueue the notifications scripts
    3636 *
    37  * @since 1.0.0
     37 * @since 3.0.0
    3838 */
    3939function bp_nouveau_notifications_enqueue_scripts() {
     
    5050 * plugins/components register their filters.
    5151 *
    52  * @since 1.0.O
     52 * @since 3.0.0
    5353 */
    5454function bp_nouveau_notifications_init_filters() {
     
    6262     * Hook here to register your custom notification filters
    6363     *
    64      * @since 1.0.0
     64     * @since 3.0.0
    6565     */
    6666    do_action( 'bp_nouveau_notifications_init_filters' );
     
    7070 * Register new filters for the notifications screens.
    7171 *
    72  * @since 1.0.0
     72 * @since 3.0.0
    7373 *
    7474 * @param  array  $args {
     
    105105 * Get one or all notifications filters.
    106106 *
    107  * @since 1.0.0
     107 * @since 3.0.0
    108108 *
    109109 * @param  string $id  The notificication component action to get the filter of.
     
    131131 * Sort Notifications according to their position arguments.
    132132 *
    133  * @since 1.0.0
     133 * @since 3.0.0
    134134 *
    135135 * @param  array  $filters The notifications filters to order.
     
    170170 * Add a dashicon to Notifications action links
    171171 *
    172  * @since 1.0.0
     172 * @since 3.0.0
    173173 *
    174174 * @param  string $link        The action link.
     
    200200 * Edit the Mark Unread action link to include a dashicon
    201201 *
    202  * @since 1.0.0
     202 * @since 3.0.0
    203203 *
    204204 * @param  string $link The Mark Unread action link.
     
    212212 * Edit the Mark Read action link to include a dashicon
    213213 *
    214  * @since 1.0.0
     214 * @since 3.0.0
    215215 *
    216216 * @param  string $link The Mark Read action link.
     
    224224 * Edit the Delete action link to include a dashicon
    225225 *
    226  * @since 1.0.0
     226 * @since 3.0.0
    227227 *
    228228 * @param  string $link The Delete action link.
Note: See TracChangeset for help on using the changeset viewer.