Make WordPress Core


Ignore:
Timestamp:
10/02/2016 07:09:32 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct default value for next_text in paginate_links().

Props truongwp.
Fixes #38212.

File:
1 edited

Legend:

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

    r38672 r38701  
    31563156 *     @type int    $mid_size           How many numbers to either side of the current pages. Default 2.
    31573157 *     @type bool   $prev_next          Whether to include the previous and next links in the list. Default true.
    3158  *     @type bool   $prev_text          The previous page text. Default '« Previous'.
    3159  *     @type bool   $next_text          The next page text. Default '« Previous'.
     3158 *     @type bool   $prev_text          The previous page text. Default '« Previous'.
     3159 *     @type bool   $next_text          The next page text. Default 'Next »'.
    31603160 *     @type string $type               Controls format of the returned value. Possible values are 'plain',
    31613161 *                                      'array' and 'list'. Default is 'plain'.
Note: See TracChangeset for help on using the changeset viewer.