Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/09/2011 06:40:20 PM (14 years ago)
Author:
djpaul
Message:

Fix pagination symbol i18n. Tidy whitespace. Fixes #3456, props r-a-y

File:
1 edited

Legend:

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

    r4907 r4955  
    7373                'total'     => ceil( (int)$this->total_thread_count / (int)$this->pag_num ),
    7474                'current'   => $this->pag_page,
    75                 'prev_text' => '←',
    76                 'next_text' => '→',
     75                'prev_text' => _x( '←', 'Message pagination previous text', 'buddypress' ),
     76                'next_text' => _x( '→', 'Message pagination next text', 'buddypress' ),
    7777                'mid_size'  => 1
    7878            ) );
Note: See TracChangeset for help on using the changeset viewer.