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:
parent
ce0d1a026c
commit
1dd9c189e9
|
@ -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