Changeset 41445 for branches/4.2/src/wp-admin/includes/template.php
- Timestamp:
- 09/19/2017 01:31:46 PM (9 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/branches/4.3 (added) merged: 41444 /branches/4.4 (added) merged: 41434 /branches/4.5 (added) merged: 41415-41416 /branches/4.6 merged: 41414 /trunk reverse-merged: 18512
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-admin/includes/template.php
r32175 r41445 831 831 foreach ( array_keys( $templates ) as $template ) { 832 832 $selected = selected( $default, $templates[ $template ], false ); 833 echo "\n\t<option value='" . $templates[ $template ] . "' $selected>$template</option>";833 echo "\n\t<option value='" . esc_attr( $templates[ $template ] ) . "' $selected>" . esc_html( $template ) . "</option>"; 834 834 } 835 835 }
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)