Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2010 09:58:51 AM (16 years ago)
Author:
apeatling
Message:

Fixing use of » and «

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-templatetags.php

    r2209 r2277  
    720720            'total' => ceil($this->total_post_count / $this->pag_num),
    721721            'current' => $this->pag_page,
    722             'prev_text' => '«',
    723             'next_text' => '»',
     722            'prev_text' => '←',
     723            'next_text' => '→',
    724724            'mid_size' => 1
    725725        ));
Note: See TracChangeset for help on using the changeset viewer.