diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 793860c8a2..4ccf607162 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -398,7 +398,7 @@ class WP_List_Table { * The dynamic portion of the hook name, `$this->screen->id`, refers * 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. */ @@ -450,7 +450,7 @@ class WP_List_Table { * The dynamic portion of the hook name, `$this->screen->id`, refers * 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. */ @@ -1094,7 +1094,7 @@ class WP_List_Table { * The dynamic portion of the hook name, `$this->screen->id`, refers * 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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index e047d57202..2a963b2de3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.