marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

Formatting lacking for paginated pages #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ian%them...@gtempaccount.com on 22 Feb 2009 at 10:58