Changeset 4665
- Timestamp:
- 12/27/06 05:59:20 (1 year ago)
- Files:
-
- branches/2.0/wp-admin/templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/templates.php
r4656 r4665 112 112 echo '<ol>'; 113 113 foreach ($recents as $recent) : 114 echo "<li><a href='templates.php?file=" . attribute_escape($recent) . "'>" . get_file_description(basename($recent)) . "</a></li>";114 echo "<li><a href='templates.php?file=" . attribute_escape($recent) . "'>" . wp_specialchars(get_file_description(basename($recent))) . "</a></li>"; 115 115 endforeach; 116 116 echo '</ol>';
