Add trailing commas to the last elements of arrays
This commit is contained in:
parent
7be757759c
commit
c780bc0559
6 changed files with 6 additions and 6 deletions
2
404.php
2
404.php
|
@ -32,7 +32,7 @@ get_header(); ?>
|
|||
'order' => 'DESC',
|
||||
'show_count' => 1,
|
||||
'title_li' => '',
|
||||
'number' => 10
|
||||
'number' => 10,
|
||||
) );
|
||||
?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue