Docs: Improve docs for arguments that accept a numerically indexed array of associative arrays.

See #49572

git-svn-id: https://develop.svn.wordpress.org/trunk@48475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-07-14 12:08:28 +00:00
parent efb0b58598
commit 7d5b488b3b
6 changed files with 12 additions and 12 deletions

View File

@@ -1794,9 +1794,9 @@ final class _WP_Editors {
* @see 'wp_link_query_args' filter
*
* @param array $results {
* An associative array of query results.
* An array of associative arrays of query results.
*
* @type array {
* @type array ...$0 {
* @type int $ID Post ID.
* @type string $title The trimmed, escaped post title.
* @type string $permalink Post permalink.