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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user