Changeset 50556 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 03/20/2021 06:28:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r50506 r50556 159 159 160 160 echo '<p>'; 161 echo '<input name="version" value="' . esc_attr( $update->current ) . '" type="hidden" />';162 echo '<input name="locale" value="' . esc_attr( $update->locale ) . '" type="hidden" />';161 echo '<input name="version" value="' . esc_attr( $update->current ) . '" type="hidden" />'; 162 echo '<input name="locale" value="' . esc_attr( $update->locale ) . '" type="hidden" />'; 163 163 if ( $show_buttons ) { 164 164 if ( $first_pass ) {
Note: See TracChangeset
for help on using the changeset viewer.