Changeset 51475 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/22/2021 01:51:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r51185 r51475 1137 1137 $url = wp_nonce_url( $url, 'bulk-update-plugins' ); 1138 1138 1139 // Used in the HTML title tag. 1139 1140 $title = __( 'Update Plugins' ); 1140 1141 … … 1177 1178 $url = wp_nonce_url( $url, 'bulk-update-themes' ); 1178 1179 1180 // Used in the HTML title tag. 1179 1181 $title = __( 'Update Themes' ); 1180 1182
Note: See TracChangeset
for help on using the changeset viewer.