File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4676,16 +4676,12 @@ function paginate_links( $args = '' ) {
46764676 * incorrect URL to the correctly formatted one. This presents an
46774677 * unnecessary performance hit.
46784678 */
4679- <<<<<<< HEAD
46804679 if ( $ wp_rewrite ->using_permalinks () && ! $ wp_rewrite ->use_trailing_slashes ) {
46814680 $ pagenum_link = untrailingslashit ( $ url_parts [0 ] );
46824681 } else {
46834682 $ pagenum_link = trailingslashit ( $ url_parts [0 ] );
46844683 }
46854684 $ pagenum_link .= '%_% ' ;
4686- =======
4687- $ pagenum_link = user_trailingslashit ( $ url_parts [0 ] );
4688- >>>>>>> d52bdb7a8f (Use PHPUnit assertion methods)
46894685
46904686 // URL base depends on permalink settings.
46914687 $ format = $ wp_rewrite ->using_index_permalinks () && ! strpos ( $ pagenum_link , 'index.php ' ) ? 'index.php/ ' : '' ;
You can’t perform that action at this time.
0 commit comments