Ticket #10525 (closed enhancement: fixed)
post.php suppressed E_WARNING
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9 |
| Component: | Autosave | Version: | |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | allanh62@… |
Description
Using the Error Reporting plugin I get
E_WARNING Couldn't find constant DOING_AUTOSAVE at ...../wp-includes/post.php (3471)
function wp_save_post_revision( $post_id ) {
// We do autosaves manually with wp_create_post_autosave()
if ( @constant( 'DOING_AUTOSAVE' ) )
return;
Would it not be easy enough to do a defined() before the constant() and eliminate the need for suppression?
Attachments
Change History
- Keywords has-patch added
- Type changed from defect (bug) to enhancement
- Milestone changed from Unassigned to 2.9
Note: See
TracTickets for help on using
tickets.

