Docs: Remove superfluous @package WordPress and @subpackage notations used outside of file headers in a variety of core files.

Per the inline documentation standards for PHP, there should only be one `@package` and/or `@subpackage` notation per file, and only in the file header.

See #41017.


git-svn-id: https://develop.svn.wordpress.org/trunk@40988 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2017-07-01 16:57:13 +00:00
parent 958d29dc68
commit de87b6d828
15 changed files with 20 additions and 33 deletions
-2
View File
@@ -10,8 +10,6 @@
* The custom header image class.
*
* @since 2.1.0
* @package WordPress
* @subpackage Administration
*/
class Custom_Image_Header {