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
This commit is contained in:
Drew Jaynes 2015-09-16 10:51:25 +00:00
parent c52a7d863e
commit 3c73b53f66
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.