Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 10:51:34 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: general code review/tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php

    r11899 r11900  
    280280         * @since 3.0.0
    281281         *
    282          * @param  array $nav_items The list of the activity directory nav items.
     282         * @param array $nav_items The list of the activity directory nav items.
    283283         */
    284284        return apply_filters( 'bp_nouveau_get_activity_directory_nav_items', $nav_items );
     
    291291 * @since 3.0.0
    292292 *
    293  * @param string $output string HTML output
    294  * @param 'directory' see comment below
     293 * @param string $output  HTML output
     294 * @param array  $filters Optional.
     295 * @param string $context
    295296 *
    296297 * @return array
     
    430431 * @since 3.0.0
    431432 */
    432 
    433433function bp_nouveau_activity_time_since( $time_since, $activity = null ) {
    434434        if ( ! isset( $activity->date_recorded ) ) {
Note: See TracChangeset for help on using the changeset viewer.