[wp-trac] [WordPress Trac] #38342: Quick Draft: Leverage REST API endpoints
WordPress Trac
noreply at wordpress.org
Sun Nov 20 00:48:52 UTC 2016
#38342: Quick Draft: Leverage REST API endpoints
---------------------------------+-----------------------------------
Reporter: adamsilverstein | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: has-patch 4.8-early | Focuses: javascript, rest-api
---------------------------------+-----------------------------------
Comment (by jnylen0):
In [attachment:38342.8.diff]:
{{{#!php
<?php
if ( ! isset( $params['quick-draft-post-list'] ) ) {
return $response;
}
}}}
`$response` is undefined here - should be `return $query_args;`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38342#comment:49>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list