From 9a2261d3bff5e894c32469bb2d3672334bf12ac3 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 17:46:26 +0000 Subject: [PATCH] Fix the DocBlock summary for `WP_Plugins_List_Table->get_primary_column_name()`, added in 4.3. See [32644]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33196 git-svn-id: http://core.svn.wordpress.org/trunk@33168 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-plugins-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-plugins-list-table.php b/wp-admin/includes/class-wp-plugins-list-table.php index e9a7fd2968..781330cbdf 100644 --- a/wp-admin/includes/class-wp-plugins-list-table.php +++ b/wp-admin/includes/class-wp-plugins-list-table.php @@ -717,7 +717,7 @@ class WP_Plugins_List_Table extends WP_List_Table { } /** - * Get the name of primary column for this specific list table. + * Gets the name of the primary column for this specific list table. * * @since 4.3.0 * @access protected diff --git a/wp-includes/version.php b/wp-includes/version.php index d67972778c..f90d9a61c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33195'; +$wp_version = '4.3-beta2-33196'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.