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/template-tags.php

    r11686 r11899  
    33 * Notifications template tags
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Display the notifications filter options.
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 */
    1616function bp_nouveau_notifications_filters() {
     
    2121     * Get the notifications filter options.
    2222     *
    23      * @since 1.0.0
     23     * @since 3.0.0
    2424     *
    2525     * @return string HTML output.
     
    5757         * Filter to edit the options output.
    5858         *
    59          * @since 1.0.0
     59         * @since 3.0.0
    6060         *
    6161         * @param string $output  The options output.
     
    6868 * Outputs the order action links.
    6969 *
    70  * @since 1.0.0
     70 * @since 3.0.0
    7171 */
    7272function bp_nouveau_notifications_sort_order_links() {
     
    9292 * Output the dropdown for bulk management of notifications.
    9393 *
    94  * @since 1.0.0
     94 * @since 3.0.0
    9595 */
    9696function bp_nouveau_notifications_bulk_management_dropdown() {
Note: See TracChangeset for help on using the changeset viewer.