Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/08/2013 12:34:27 PM (13 years ago)
Author:
boonebgorges
Message:

Coding standards compliance in bp-notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-notifications/bp-notifications-functions.php

    r7532 r7536  
    4242                'component_action'  => '',
    4343                'date_notified'     => bp_core_current_time(),
    44                 'is_new'            => 1
     44                'is_new'            => 1,
    4545        ) );
    4646
     
    311311                'component_name'   => $component_name,
    312312                'component_action' => $component_action,
    313                 'is_new'           => $is_new
     313                'is_new'           => $is_new,
    314314        ) );
    315315}
     
    338338                'component_name'    => $component_name,
    339339                'component_action'  => $component_action,
    340                 'is_new'            => $is_new
     340                'is_new'            => $is_new,
    341341        ) );
    342342}
     
    363363                'component_name'    => $component_name,
    364364                'component_action'  => $component_action,
    365                 'is_new'            => $is_new
     365                'is_new'            => $is_new,
    366366        ) );
    367367}
     
    390390                'component_name'   => $component_name,
    391391                'component_action' => $component_action,
    392                 'is_new'           => $is_new
     392                'is_new'           => $is_new,
    393393        ) );
    394394}
Note: See TracChangeset for help on using the changeset viewer.