Ticket #8341: archives.diff
| File archives.diff, 615 bytes (added by tai, 5 years ago) |
|---|
-
archives.php
# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /var/www/wptrunk/wp-content/themes/default # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process.
21 21 22 22 <h2>Archives by Subject:</h2> 23 23 <ul> 24 <?php wp_list_categories( ); ?>24 <?php wp_list_categories('title_li='); ?> 25 25 </ul> 26 26 27 27 </div>
