mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Miscellaneous improvements and corrections to docblocks.
See #56792 git-svn-id: https://develop.svn.wordpress.org/trunk@55293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -387,7 +387,7 @@ class WP_List_Table {
|
||||
* @type string $label The link label.
|
||||
* @type bool $current Optional. Whether this is the currently selected view.
|
||||
* }
|
||||
* @return array An array of link markup. Keys match the `$link_data` input array.
|
||||
* @return string[] An array of link markup. Keys match the `$link_data` input array.
|
||||
*/
|
||||
protected function get_views_links( $link_data = array() ) {
|
||||
if ( ! is_array( $link_data ) ) {
|
||||
|
||||
Reference in New Issue
Block a user