The following code does not produce the div wrapper for page pagination
<?php wp_link_pages("\t\t\t\t\t<div class='page-link'>".__('Pages: ',
'thematic'), "</div>\n", 'number'); ?>
Code should be:
<?php //wp_link_pages('before=<div class="page-link">' .__('Pages:',
'thematic') . '&after=</div>') ?>
Located in: [b]trunk/page.php[/b]
Line 14
Original issue reported on code.google.com by garinung...@gmail.com on 3 Feb 2009 at 1:36
Original issue reported on code.google.com by
garinung...@gmail.com
on 3 Feb 2009 at 1:36