Fix copy/paste error in a comment.

see #28581.
Built from https://develop.svn.wordpress.org/trunk@28777


git-svn-id: http://core.svn.wordpress.org/trunk@28590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-06-19 01:36:14 +00:00
parent ce0d1a026c
commit 1dd9c189e9
1 changed files with 1 additions and 1 deletions

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.