Changeset 1612
- Timestamp:
- 09/06/2004 02:46:49 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/templates.php
r1567 r1612 162 162 <p><?php _e('Common files: (click to edit)') ?></p> 163 163 <ul> 164 <li><a href="templates.php?file=index.php"><?php _e('Main Index') ?> </a></li> 165 <li><a href="templates.php?file=wp-comments.php">Comments</a></li> 166 <li><a href="templates.php?file=wp-comments-popup.php"><?php _e('Popup comments') ?> </a></li> 164 <li><a href="templates.php?file=index.php"><?php _e('Main Index') ?></a></li> 165 <li><a href="templates.php?file=wp-layout.css"><?php _e('Main Stylesheet') ?></a></li> 166 <li><a href="templates.php?file=wp-comments.php"><?php _e('Comments') ?></a></li> 167 <li><a href="templates.php?file=wp-comments-popup.php"><?php _e('Popup comments') ?></a></li> 167 168 <li><a href="templates.php?file=.htaccess"><?php _e('.htaccess (for rewrite rules)') ?></a></li> 168 169 <li><a href="templates.php?file=my-hacks.php"><?php _e('my-hacks.php (legacy hacks support)') ?></a></li>
Note: See TracChangeset
for help on using the changeset viewer.