mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-11 08:04:32 +00:00
Docs: Improve inline comments per the documentation standards.
Includes minor code layout fixes for better readability. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -23,9 +23,9 @@ class Tests_Query_DateQuery extends WP_UnitTestCase {
|
||||
$args = wp_parse_args(
|
||||
$args,
|
||||
array(
|
||||
'post_status' => 'any', // For the future post
|
||||
'posts_per_page' => '-1', // To make sure results are accurate
|
||||
'orderby' => 'ID', // Same order they were created
|
||||
'post_status' => 'any', // For the future post.
|
||||
'posts_per_page' => '-1', // To make sure results are accurate.
|
||||
'orderby' => 'ID', // Same order they were created.
|
||||
'order' => 'ASC',
|
||||
'update_post_meta_cache' => false,
|
||||
'update_post_term_cache' => false,
|
||||
|
||||
Reference in New Issue
Block a user