Docs: Clarify the file header summary for wp-admin/includes/class-wp-internal-pointers.php, introduced in [34241].
Also adds a missing class DocBlock to `WP_Internal_Pointers`. See [19388]. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@34426 git-svn-id: http://core.svn.wordpress.org/trunk@34390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2a37e00b92
commit
b168337aab
|
@ -1,12 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* WordPress Administration API: WP_Internal_Pointers class
|
||||
* Administration API: WP_Internal_Pointers class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class used to implement an internal admin pointers API.
|
||||
*
|
||||
* @since 3.3.0
|
||||
*/
|
||||
final class WP_Internal_Pointers {
|
||||
/**
|
||||
* Initializes the new feature pointers.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34425';
|
||||
$wp_version = '4.4-alpha-34426';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue