mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Fix some minor formatting in the $query_args parameter description for the `` filter doc.
See #8243. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a521a4e7f6
commit
aacde02ed4
@ -528,7 +528,7 @@ function wp_dashboard_recent_drafts( $drafts = false ) {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @param array $query_args The query arguments for the recent drafts dashboard widget.
|
||||
* @param array $query_args The query arguments for the 'Recent Drafts' dashboard widget.
|
||||
*/
|
||||
$query_args = apply_filters( 'dashboard_recent_drafts_query_args', $query_args );
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user