Changeset 24002 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 04/16/2013 08:19:29 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r23305 r24002 189 189 ); 190 190 ?> 191 <h3 ><?php _e('Common Settings'); ?></h3>191 <h3 class="title"><?php _e('Common Settings'); ?></h3> 192 192 <table class="form-table permalink-structure"> 193 193 <tr> … … 224 224 </table> 225 225 226 <h3 ><?php _e('Optional'); ?></h3>226 <h3 class="title"><?php _e('Optional'); ?></h3> 227 227 <?php 228 228 $suffix = '';
Note: See TracChangeset
for help on using the changeset viewer.