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

    r11856 r11899  
    33 * Activity functions
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    1212 * Register Scripts for the Activity component
    1313 *
    14  * @since 1.0.0
     14 * @since 3.0.0
    1515 *
    1616 * @param array $scripts  The array of scripts to register.
     
    4040 * Enqueue the activity scripts
    4141 *
    42  * @since 1.0.0
     42 * @since 3.0.0
    4343 */
    4444function bp_nouveau_activity_enqueue_scripts() {
     
    5353 * Localize the strings needed for the Activity Post form UI
    5454 *
    55  * @since 1.0.0
     55 * @since 3.0.0
    5656 *
    5757 * @param array $params Associative array containing the JS Strings needed by scripts.
     
    9292     * Filter to include specific Action buttons.
    9393     *
    94      * @since 1.0.0
     94     * @since 3.0.0
    9595     *
    9696     * @param array $value The array containing the button params. Must look like:
     
    173173
    174174/**
    175  * @since 1.0.0
     175 * @since 3.0.0
    176176 */
    177177function bp_nouveau_get_activity_directory_nav_items() {
     
    278278     * Use this filter to introduce your custom nav items for the activity directory.
    279279     *
    280      * @since 1.0.0
     280     * @since 3.0.0
    281281     *
    282282     * @param  array $nav_items The list of the activity directory nav items.
     
    289289 * instead of the output.
    290290 *
    291  * @since 1.0.0
     291 * @since 3.0.0
    292292 *
    293293 * @param string $output string HTML output
     
    306306 * Get Dropdown filters of the activity component
    307307 *
    308  * @since 1.0.0
     308 * @since 3.0.0
    309309 *
    310310 * @return array the filters
     
    336336
    337337/**
    338  * @since 1.0.0
     338 * @since 3.0.0
    339339 */
    340340function bp_nouveau_activity_secondary_avatars( $action, $activity ) {
     
    355355
    356356/**
    357  * @since 1.0.0
     357 * @since 3.0.0
    358358 */
    359359function bp_nouveau_activity_scope_newest_class( $classes = '' ) {
     
    428428
    429429/**
    430  * @since 1.0.0
     430 * @since 3.0.0
    431431 */
    432432
     
    447447
    448448/**
    449  * @since 1.0.0
     449 * @since 3.0.0
    450450 */
    451451function bp_nouveau_activity_allowed_tags( $activity_allowedtags = array() ) {
     
    461461 * Get the activity query args for the widget.
    462462 *
    463  * @since 1.0.0
     463 * @since 3.0.0
    464464 *
    465465 * @return array The activity arguments.
     
    476476     * Filter to edit the activity widget arguments
    477477     *
    478      * @since 1.0.0
     478     * @since 3.0.0
    479479     *
    480480     * @param  array $args The activity arguments.
     
    486486 * Register notifications filters for the activity component.
    487487 *
    488  * @since 1.0.0
     488 * @since 3.0.0
    489489 */
    490490function bp_nouveau_activity_notification_filters() {
Note: See TracChangeset for help on using the changeset viewer.