Fix copy/paste error in a comment.
see #28581. git-svn-id: https://develop.svn.wordpress.org/trunk@28777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4306de30e3
commit
4bee2a9c4a
@ -502,7 +502,7 @@ themes.view.Theme = wp.Backbone.View.extend({
|
|||||||
current = self.current;
|
current = self.current;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get previous theme model.
|
// Get next theme model.
|
||||||
self.current = self.model.collection.at( self.model.collection.indexOf( current ) + 1 );
|
self.current = self.model.collection.at( self.model.collection.indexOf( current ) + 1 );
|
||||||
|
|
||||||
// If we have no more themes, bail.
|
// If we have no more themes, bail.
|
||||||
|
Loading…
Reference in New Issue
Block a user