Use short array syntax
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<?php the_content(); ?>
|
||||
<?php wp_link_pages(array('before' => '<nav class="pagination">', 'after' => '</nav>')); ?>
|
||||
<?php wp_link_pages(['before' => '<nav class="pagination">', 'after' => '</nav>']); ?>
|
||||
|
||||
Reference in New Issue
Block a user