Docs: Remove a few more superfluous @package WordPress
and @subpackage
notations outside of file headers missed in [40988].
See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@40989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
de87b6d828
commit
de79ff87b3
@ -11,7 +11,6 @@
|
||||
*
|
||||
* Manipulates $_POST directly.
|
||||
*
|
||||
* @package WordPress
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @param bool $update Are we updating a pre-existing post?
|
||||
@ -1660,8 +1659,6 @@ function _admin_notice_post_locked() {
|
||||
/**
|
||||
* Creates autosave data for the specified post from $_POST data.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Post_Revisions
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @param mixed $post_data Associative array containing the post data or int post ID.
|
||||
|
@ -283,8 +283,6 @@ function wp_cache_reset() {
|
||||
* in the wp-content folder which is looked at in wp-settings. If that file
|
||||
* exists, then this file will not be included.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Cache
|
||||
* @since 2.0.0
|
||||
*/
|
||||
class WP_Object_Cache {
|
||||
|
@ -45,8 +45,6 @@ define( 'ARRAY_N', 'ARRAY_N' );
|
||||
*
|
||||
* @link https://codex.wordpress.org/Function_Reference/wpdb_Class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Database
|
||||
* @since 0.71
|
||||
*/
|
||||
class wpdb {
|
||||
|
Loading…
Reference in New Issue
Block a user