Docs: Fix some minor formatting in the `$query_args` parameter description for the `` filter doc.
See #8243. See #32246. Built from https://develop.svn.wordpress.org/trunk@35004 git-svn-id: http://core.svn.wordpress.org/trunk@34969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
504ff07656
commit
c6bffb6264
|
@ -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 );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35003';
|
||||
$wp_version = '4.4-alpha-35004';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue