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. git-svn-id: https://develop.svn.wordpress.org/trunk@34426 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f05d86060b
commit
015fb31933
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user