Page link styling improvements. Props iammattthomas. fixes #8266

git-svn-id: http://svn.automattic.com/wordpress/trunk@9746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-11-18 00:59:57 +00:00
parent 1abc6d0e91
commit cf333304bb
15 changed files with 61 additions and 31 deletions

View File

@@ -162,8 +162,8 @@ endif;
$page_links = paginate_links( array(
'base' => add_query_arg( 'paged', '%#%' ),
'format' => '',
'prev_text' => __('«'),
'next_text' => __('»'),
'prev_text' => __('←'),
'next_text' => __('→'),
'total' => $wp_query->max_num_pages,
'current' => $_GET['paged']
));