Ticket #25130: 25130.patch
File 25130.patch, 437 bytes (added by , 7 years ago) |
---|
-
wp-includes/query.php
932 932 var $in_the_loop = false; 933 933 934 934 /** 935 * The current post .935 * The current post object or undefined if query returns no posts. 936 936 * 937 * @access public 937 938 * @since 1.5.0 938 * @access public939 * 939 940 * @var WP_Post 940 941 */ 941 942 var $post;