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

    r11855 r11899  
    33 * Blogs functions
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1010
    1111/**
    12  * @since 1.0.0
     12 * @since 3.0.0
    1313 */
    1414function bp_nouveau_get_blogs_directory_nav_items() {
     
    6565     * Use this filter to introduce your custom nav items for the blogs directory.
    6666     *
    67      * @since 1.0.0
     67     * @since 3.0.0
    6868     *
    6969     * @param  array $nav_items The list of the blogs directory nav items.
     
    7575 * Get Dropdown filters for the blogs component
    7676 *
    77  * @since 1.0.0
     77 * @since 3.0.0
    7878 *
    7979 * @param string $context 'directory' or 'user'
     
    9797     * or 'bp_blogs_directory_order_options'
    9898     *
    99      * @since 1.0.0
     99     * @since 3.0.0
    100100     *
    101101     * @param array  the blogs filters.
     
    118118 * Catch the arguments for buttons
    119119 *
    120  * @since 1.0.0
     120 * @since 3.0.0
    121121 *
    122122 * @param array $buttons The arguments of the button that BuddyPress is about to create.
     
    135135 * Add settings to the customizer for the blogs component.
    136136 *
    137  * @since 1.0.0
     137 * @since 3.0.0
    138138 *
    139139 * @param array $settings the settings to add.
     
    156156 * Add controls for the settings of the customizer for the blogs component.
    157157 *
    158  * @since 1.0.0
     158 * @since 3.0.0
    159159 *
    160160 * @param array $controls the controls to add.
     
    177177 * Inline script to toggle the signup blog form
    178178 *
    179  * @since 1.0.0
     179 * @since 3.0.0
    180180 *
    181181 * @return string Javascript output
     
    210210 * Adds a class if blog item has a latest post.
    211211 *
    212  * @since 1.2.0
     212 * @since 3.0.0
    213213 */
    214214function bp_nouveau_blog_loop_item_has_lastest_post( $classes ) {
Note: See TracChangeset for help on using the changeset viewer.