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:
John Blackbourn
2023-02-07 21:19:46 +00:00
parent d2d0f6627f
commit 9c4ddc2e9e
7 changed files with 33 additions and 20 deletions

View File

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