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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-05-29 21:37:24 +00:00
parent 6a08b00632
commit c502a281bb
8 changed files with 62 additions and 1 deletions

View File

@@ -242,6 +242,9 @@ class WP_Styles extends WP_Dependencies {
return $this->done;
}
/**
* @access public
*/
public function reset() {
$this->do_concat = false;
$this->concat = '';