Add missing doc blocks to wp-image-editor*.php.

See #32444.

Built from https://develop.svn.wordpress.org/trunk@32546


git-svn-id: http://core.svn.wordpress.org/trunk@32516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-05-22 06:18:25 +00:00
parent af7a017f46
commit bf43be3e9e
5 changed files with 33 additions and 12 deletions

View File

@@ -46,6 +46,9 @@ class WP_HTTP_IXR_Client extends IXR_Client {
$this->timeout = $timeout;
}
/**
* @return bool
*/
public function query() {
$args = func_get_args();
$method = array_shift($args);