Changeset 41236
- Timestamp:
- 08/09/2017 04:06:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r41060 r41236 2873 2873 $args['echo'] = false; 2874 2874 2875 // Make sure we get plain links, so we get a string we can work with. 2876 $args['type'] = 'plain'; 2875 // Make sure we get a string back. Plain is the next best thing. 2876 if ( isset( $args['type'] ) && 'array' == $args['type'] ) { 2877 $args['type'] = 'plain'; 2878 } 2877 2879 2878 2880 $links = paginate_comments_links( $args );
Note: See TracChangeset
for help on using the changeset viewer.