Changeset 4416
- Timestamp:
- 10/23/2006 05:54:54 AM (18 years ago)
- Location:
- branches/2.0/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/inline-uploading.php
r3982 r4416 25 25 } 26 26 27 $all = ( 'true' == $all ) ? 'true' : 'false'; 28 $start = (int) $start; 27 29 $post = (int) $post; 28 30 $images_width = 1; -
branches/2.0/wp-admin/templates.php
r4315 r4416 112 112 echo '<ol>'; 113 113 foreach ($recents as $recent) : 114 echo "<li><a href='templates.php?file= $recent'>" . get_file_description(basename($recent)) . "</a></li>";114 echo "<li><a href='templates.php?file=" . wp_specialchars($recent, true) . "'>" . get_file_description(basename($recent)) . "</a></li>"; 115 115 endforeach; 116 116 echo '</ol>';
Note: See TracChangeset
for help on using the changeset viewer.