mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 09:05:22 +01:00
Docs: Correct @since
tags for some WP_List_Table
hooks:
* `views_{$this->screen->id}` * `bulk_actions-{$this->screen->id}` * `manage_{$this->screen->id}_sortable_columns` Follow-up to [15491], [15578], [26401]. See #49572. Built from https://develop.svn.wordpress.org/trunk@48615 git-svn-id: http://core.svn.wordpress.org/trunk@48377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0ef0a1905b
commit
7d305c8ff9
@ -398,7 +398,7 @@ class WP_List_Table {
|
|||||||
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
||||||
* to the ID of the current screen, usually a string.
|
* to the ID of the current screen, usually a string.
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @param string[] $views An array of available list table views.
|
* @param string[] $views An array of available list table views.
|
||||||
*/
|
*/
|
||||||
@ -450,7 +450,7 @@ class WP_List_Table {
|
|||||||
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
||||||
* to the ID of the current screen, usually a string.
|
* to the ID of the current screen, usually a string.
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @param string[] $actions An array of the available bulk actions.
|
* @param string[] $actions An array of the available bulk actions.
|
||||||
*/
|
*/
|
||||||
@ -1094,7 +1094,7 @@ class WP_List_Table {
|
|||||||
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
* The dynamic portion of the hook name, `$this->screen->id`, refers
|
||||||
* to the ID of the current screen, usually a string.
|
* to the ID of the current screen, usually a string.
|
||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
* @param array $sortable_columns An array of sortable columns.
|
* @param array $sortable_columns An array of sortable columns.
|
||||||
*/
|
*/
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-beta3-48614';
|
$wp_version = '5.5-beta3-48615';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user