We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f57e5b commit e262810Copy full SHA for e262810
1 file changed
src/wp-includes/general-template.php
@@ -4669,8 +4669,8 @@ function paginate_links( $args = '' ) {
4669
*
4670
* Ensures sites not using trailing slashes get links in the form
4671
* `/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
+ * URL with a trailing slash will result in a 301 redirect from the
+ * incorrect URL to the correctly formatted one. This presents an
4674
* unnecessary performance hit.
4675
*/
4676
if ( $wp_rewrite->using_permalinks() && ! $wp_rewrite->use_trailing_slashes ) {
0 commit comments