Make WordPress Core


Ignore:
Timestamp:
10/10/2015 06:38:24 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix some minor formatting in the $query_args parameter description for the filter doc.

See #8243. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r35003 r35004  
    529529         * @since 4.4.0
    530530         *
    531          * @param array $query_args The query arguments for the recent drafts dashboard widget.
     531         * @param array $query_args The query arguments for the 'Recent Drafts' dashboard widget.
    532532         */
    533533        $query_args = apply_filters( 'dashboard_recent_drafts_query_args', $query_args );
Note: See TracChangeset for help on using the changeset viewer.