Docs: Remove a few more superfluous @package WordPress and @subpackage notations outside of file headers missed in [40988].

See #41017.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-07-01 17:11:41 +00:00
parent 1d95dcfa2c
commit 5c075e5af7
4 changed files with 1 additions and 8 deletions

View File

@ -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.

View File

@ -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 {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-40988';
$wp_version = '4.9-alpha-40989';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -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 {