Changeset 1743 for trunk/wp-admin/edit.php
- Timestamp:
- 10/05/2004 06:59:13 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r1720 r1743 66 66 echo $month[substr( $_GET['m'], 4, 2 )] . ' ' . substr( $_GET['m'], 0, 4 ); 67 67 } elseif ( isset( $_GET['s'] ) ) { 68 printf(__('Search for “%s”'), $_GET['s']);68 printf(__('Search for “%s”'), htmlspecialchars($_GET['s']) ); 69 69 } else { 70 70 _e('Last 15 Posts');
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)