Changes between Initial Version and Version 1 of Ticket #47083, comment 2
- Timestamp:
- 05/09/2019 04:43:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47083, comment 2
initial v1 13 13 `$result = $wpdb->update( $wpdb->blogs, $update_details, array('blog_id' => $blog_id) );` 14 14 15 I don't see any ambiguity between those 7 lines of code? In 5. 1, last_updated was always set to the current time.15 I don't see any ambiguity between those 7 lines of code? In 5.0, last_updated was always set to the current time. 16 16 17 17 > abstracted into the new wp_update_site