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:
Sergey Biryukov 2014-06-19 01:35:28 +00:00
parent 4306de30e3
commit 4bee2a9c4a

View File

@ -502,7 +502,7 @@ themes.view.Theme = wp.Backbone.View.extend({
current = self.current;
}
// Get previous theme model.
// Get next theme model.
self.current = self.model.collection.at( self.model.collection.indexOf( current ) + 1 );
// If we have no more themes, bail.