- Timestamp:
- 10/03/2024 12:23:53 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r58436 r59159 753 753 // Send debugging email to admin for all development installations. 754 754 if ( ! empty( $this->update_results ) ) { 755 $development_version = str_contains( get_bloginfo( 'version'), '-' );755 $development_version = str_contains( wp_get_wp_version(), '-' ); 756 756 757 757 /** … … 796 796 */ 797 797 protected function after_core_update( $update_result ) { 798 $wp_version = get_bloginfo( 'version');798 $wp_version = wp_get_wp_version(); 799 799 800 800 $core_update = $update_result->item;
Note: See TracChangeset
for help on using the changeset viewer.