Skip to:
Content

BuddyPress.org

Changeset 7540


Ignore:
Timestamp:
11/09/2013 05:51:08 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Clean up from r7539. See #5148.

File:
1 edited

Legend:

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

    r7539 r7540  
    246246            'page'         => $this->pag_page,
    247247            'per_page'     => $this->pag_num,
    248             'search_terms' => $this->search_terms
     248            'search_terms' => $this->search_terms,
    249249        ) );
    250250
     
    277277                'prev_text' => _x( '←', 'Notifications pagination previous text', 'buddypress' ),
    278278                'next_text' => _x( '→', 'Notifications pagination next text',     'buddypress' ),
    279                 'mid_size'  => 1
     279                'mid_size'  => 1,
    280280            ) );
    281281        }
     
    423423        'max'          => false,
    424424        'search_terms' => isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : '',
    425         'page_arg'     => 'npage'
     425        'page_arg'     => 'npage',
    426426    ) );
    427427
     
    594594        if ( '0000-00-00 00:00:00' !== $date_notified ) {
    595595            $retval = bp_core_time_since( $date_notified );
    596            
     596
    597597        // Notified date is empty, so return a fun string
    598598        } else {
     
    780780    function bp_get_the_notification_action_links( $args = '' ) {
    781781
    782         // Parse 
     782        // Parse
    783783        $r = wp_parse_args( $args, array(
    784784            'before' => '',
Note: See TracChangeset for help on using the changeset viewer.