mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user