Make WordPress Core


Ignore:
Timestamp:
02/25/2018 04:07:09 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Comments: After [42703], make sure $args['type'] in paginate_comments_links() is always defined.

Props anantajitjg.
Fixes #43299.

File:
1 edited

Legend:

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

    r42703 r42736  
    29172917        'current'      => $page,
    29182918        'echo'         => true,
     2919        'type'         => 'plain',
    29192920        'add_fragment' => '#comments',
    29202921    );
Note: See TracChangeset for help on using the changeset viewer.