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:
Drew Jaynes 2015-10-10 06:39:24 +00:00
parent 504ff07656
commit c6bffb6264
2 changed files with 2 additions and 2 deletions

View File

@ -528,7 +528,7 @@ function wp_dashboard_recent_drafts( $drafts = false ) {
* *
* @since 4.4.0 * @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 ); $query_args = apply_filters( 'dashboard_recent_drafts_query_args', $query_args );

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.