Add trailing commas to the last elements of arrays

This commit is contained in:
Takashi Irie 2013-04-20 16:45:36 +01:00
parent 7be757759c
commit c780bc0559
6 changed files with 6 additions and 6 deletions

View file

@ -93,7 +93,7 @@ get_header();
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', '_s' ),
'after' => '</div>'
'after' => '</div>',
) );
?>