From 3c73b53f66151e407eff7fd8d30a4b953dcaf98e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Sep 2015 10:51:25 +0000 Subject: [PATCH] Docs: Remove markdown from the DocBlock summary for `WP_List_Table::get_primary_column()`, introduced in [34166]. The PHP inline documentation standards for [https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#summary-formerly-short-description summaries] call for not using an markup or markdown. Also, using the full Class::method() in this context allows for better clarity in what is being referenced. See #33854. See #32246. Built from https://develop.svn.wordpress.org/trunk@34229 git-svn-id: http://core.svn.wordpress.org/trunk@34193 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 0fab0f2f65..ff08e283f5 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -889,7 +889,7 @@ class WP_List_Table { } /** - * Public wrapper for `->get_default_primary_column_name()` + * Public wrapper for WP_List_Table::get_default_primary_column_name(). * * @since 4.4.0 * @access public diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ff988ad4e..cf7643da96 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34228'; +$wp_version = '4.4-alpha-34229'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.