Skip to content

Commit e262810

Browse files
committed
Fix typos in comment
1 parent 6f57e5b commit e262810

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/general-template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4669,8 +4669,8 @@ function paginate_links( $args = '' ) {
46694669
*
46704670
* Ensures sites not using trailing slashes get links in the form
46714671
* `/page/2` rather than `/page/2/`. On these sites, linking to the
4672-
* URL with a trailing slash will results in a 301 redirect from the
4673-
* incorrect URL to the correctly formattted one. This presents an
4672+
* URL with a trailing slash will result in a 301 redirect from the
4673+
* incorrect URL to the correctly formatted one. This presents an
46744674
* unnecessary performance hit.
46754675
*/
46764676
if ( $wp_rewrite->using_permalinks() && ! $wp_rewrite->use_trailing_slashes ) {

0 commit comments

Comments
 (0)