Changeset 56001 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 06/23/2023 03:01:28 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r55954 r56001 594 594 ); 595 595 596 echo ' ' . $details . $compat . $upgrade_notice;596 echo ' ' . $details . $compat; 597 597 598 598 if ( in_array( $plugin_file, $auto_updates, true ) ) { 599 599 echo $auto_update_notice; 600 600 } 601 602 echo $upgrade_notice; 601 603 ?> 602 604 </p></td>
Note: See TracChangeset
for help on using the changeset viewer.