Make WordPress Core

Changeset 29538


Ignore:
Timestamp:
08/19/2014 07:27:51 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Correct 'no_found_rows' parameter description.

see #25367.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r29454 r29538  
    14901490     *     @type string       $name                    Post slug.
    14911491     *     @type bool         $nopaging                Show all posts (true) or paginate (false). Default false.
    1492      *     @type bool         $no_found_rows           Whether to count the total rows found. Disabling can improve
    1493      *                                                 performance. Default true.
     1492     *     @type bool         $no_found_rows           Whether to skip counting the total rows found. Enabling can improve
     1493     *                                                 performance. Default false.
    14941494     *     @type int          $offset                  The number of posts to offset before retrieval.
    14951495     *     @type string       $order                   Designates ascending or descending order of posts. Default 'DESC'.
Note: See TracChangeset for help on using the changeset viewer.