mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
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:
@@ -11,9 +11,9 @@
|
||||
/**
|
||||
* Core class used to register scripts.
|
||||
*
|
||||
* @package WordPress
|
||||
* @uses WP_Dependencies
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @see WP_Dependencies
|
||||
*/
|
||||
class WP_Scripts extends WP_Dependencies {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user