Docs: Use a hyphen with the "non" prefix in a more consistent way.

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48106


git-svn-id: http://core.svn.wordpress.org/trunk@47875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-06-20 12:16:10 +00:00
parent 26621b3b44
commit 3fb623cf76
7 changed files with 10 additions and 10 deletions

View File

@@ -270,7 +270,7 @@ themes.Collection = Backbone.Collection.extend({
// it means we have a paginated request.
isPaginated = _.has( request, 'page' );
// Reset the internal api page counter for non paginated queries.
// Reset the internal api page counter for non-paginated queries.
if ( ! isPaginated ) {
this.currentQuery.page = 1;
}