Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47083, comment 2


Ignore:
Timestamp:
05/09/2019 04:43:41 PM (5 years ago)
Author:
conner_bw
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47083, comment 2

    initial v1  
    1313`$result = $wpdb->update( $wpdb->blogs, $update_details, array('blog_id' => $blog_id) );`
    1414
    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.
     15I don't see any ambiguity between those 7 lines of code? In 5.0, last_updated was always set to the current time.
    1616
    1717> abstracted into the new wp_update_site