Skip to content

Commit 666b9d7

Browse files
committed
Docs: Improve the DocBlock summary for WP_Query::parse_orderby().
See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@41042 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f72de4f commit 666b9d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/wp-includes/class-wp-query.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,8 +1506,7 @@ protected function parse_search_order( &$q ) {
15061506
}
15071507

15081508
/**
1509-
* If the passed orderby value is allowed, convert the alias to a
1510-
* properly-prefixed orderby value.
1509+
* Converts the given orderby alias (if allowed) to a properly-prefixed value.
15111510
*
15121511
* @since 4.0.0
15131512
* @access protected

0 commit comments

Comments
 (0)