mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 07:04:34 +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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user