Changeset 30105 for trunk/src/wp-includes/query.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r30085 r30105 407 407 * @see WP_Query::is_front_page() 408 408 * @since 2.5.0 409 * @uses is_home()410 * @uses get_option()411 409 * 412 410 * @return bool True, if front of site. … … 2358 2356 * @since 1.5.0 2359 2357 * @access public 2360 * @uses do_action_ref_array() Calls 'pre_get_posts' hook before retrieving posts.2361 2358 * 2362 2359 * @return array List of posts. … … 3693 3690 * @since 1.5.0 3694 3691 * @access public 3695 * @uses $post3696 * @uses do_action_ref_array() Calls 'loop_start' if loop has just started3697 3692 */ 3698 3693 public function the_post() { … … 3721 3716 * @since 1.5.0 3722 3717 * @access public 3723 * @uses do_action_ref_array() Calls 'loop_end' if loop is ended3724 3718 * 3725 3719 * @return bool True if posts are available, false if end of loop. … … 3779 3773 * @access public 3780 3774 * @global object $comment Current comment. 3781 * @uses do_action() Calls 'comment_loop_start' hook when first comment is processed.3782 3775 */ 3783 3776 public function the_comment() { … … 4281 4274 * 4282 4275 * @since 3.1.0 4283 * @uses is_home()4284 * @uses get_option()4285 4276 * 4286 4277 * @return bool True, if front of site. … … 4689 4680 * 4690 4681 * @param object $post Post data. 4691 * @uses do_action_ref_array() Calls 'the_post'4692 4682 * @return bool True when finished. 4693 4683 */
Note: See TracChangeset
for help on using the changeset viewer.