Changes between Version 2 and Version 3 of Ticket #43159, comment 1
- Timestamp:
- 01/26/2018 03:10:14 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43159, comment 1
v2 v3 8 8 - It removes the {{{|| defined( 'DOING_AJAX' )}}} check in {{{is_admin_bar_showing()}}}. I think that removal must have been accidental and should be reverted. 9 9 - I found an extra {{{defined( 'XMLRPC_REQUEST' )}}} check in {{{spawn_cron()}}} ([https://core.trac.wordpress.org/browser/tags/4.9/src/wp-includes/cron.php#L275 src]), but I noticed that {{{defined( 'DOING_AJAX' )}}} and {{{defined( 'DOING_CRON' )}}} have not been replaced. Most likely a reason for that, but we could look further into that. 10 - I also found an extra {{{defined( 'XMLRPC_REQUEST' )}}} check in {{{_publish_post_hook()}}} ([https://core.trac.wordpress.org/browser/tags/4.9/src/wp-includes/post.php#L6003 src]), that seems to be a valid replacement for{{{wp_doing_xmlrpc()}}}.10 - I also found an extra {{{defined( 'XMLRPC_REQUEST' )}}} check in {{{_publish_post_hook()}}} ([https://core.trac.wordpress.org/browser/tags/4.9/src/wp-includes/post.php#L6003 src]), that seems to be valid for replacement with {{{wp_doing_xmlrpc()}}}.