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.


git-svn-id: https://develop.svn.wordpress.org/trunk@34229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-16 10:50:21 +00:00
parent f83abcbf3e
commit 3b3a034c11
1 changed files with 1 additions and 1 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