Changeset 30983 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 12/20/2014 11:03:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r30982 r30983 1313 1313 * @type string $after Markup to append to the end of each link. Default empty. 1314 1314 * @type bool $show_post_count Whether to display the post count alongside the link. Default false. 1315 * @type bool 1315 * @type bool|int $echo Whether to echo or return the links list. Default 1|true to echo. 1316 1316 * @type string $order Whether to use ascending or descending order. Accepts 'ASC', or 'DESC'. 1317 1317 * Default 'DESC'.
Note: See TracChangeset
for help on using the changeset viewer.