Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #56609, comment 4


Ignore:
Timestamp:
09/21/2022 03:11:41 AM (3 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56609, comment 4

    v1 v2  
    2222SELECT   wp_posts.ID
    2323FROM wp_posts
    24 WHERE 1=1  AND wp_posts.post_title = 'is_wp_error' AND wp_posts.post_type = 'wp-parser-function' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'future'....
     24WHERE 1=1  AND wp_posts.post_title = 'wp_insert_post' AND wp_posts.post_type = 'wp-parser-function' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'future'....
    2525}}}