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

    r7534 r7536  
    186186                        'page'         => $this->pag_page,
    187187                        'per_page'     => $this->pag_num,
    188                         'search_terms' => $this->search_terms
     188                        'search_terms' => $this->search_terms,
    189189                ) );
    190190
     
    363363                'max'          => false,
    364364                'search_terms' => isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : '',
    365                 'page_arg'     => 'npage'
     365                'page_arg'     => 'npage',
    366366        ) );
    367367
     
    534534                if ( '0000-00-00 00:00:00' !== $date_notified ) {
    535535                        $retval = bp_core_time_since( $date_notified );
    536                        
     536
    537537                // Notified date is empty, so return a fun string
    538538                } else {
Note: See TracChangeset for help on using the changeset viewer.