After [32656], add @access annotations to methods that have no doc block in wp-includes/*.

Makes it easier to search for no doc blocks via `}[\n\t\r ]+(protected|private|public)`.

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-05-29 21:36:38 +00:00
parent c49c139a22
commit ef6315a7a2
7 changed files with 61 additions and 0 deletions
@@ -179,6 +179,9 @@ class wp_xmlrpc_server extends IXR_Server {
return false;
}
/**
* @access public
*/
public function serve_request() {
$this->IXR_Server($this->methods);
}