mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Docs: Promote many bool types to true or false where only that value is used.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1186,7 +1186,7 @@ function setup_postdata( $post ) {
|
||||
* @global WP_Query $wp_query WordPress Query object.
|
||||
*
|
||||
* @param WP_Post|object|int $post WP_Post instance or Post ID/object.
|
||||
* @return array|bool Elements of post, or false on failure.
|
||||
* @return array|false Elements of post, or false on failure.
|
||||
*/
|
||||
function generate_postdata( $post ) {
|
||||
global $wp_query;
|
||||
|
||||
Reference in New Issue
Block a user