From 4bee2a9c4a3b4f03f6d23cf12b33c3cda788e6f0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 19 Jun 2014 01:35:28 +0000 Subject: [PATCH] Fix copy/paste error in a comment. see #28581. git-svn-id: https://develop.svn.wordpress.org/trunk@28777 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index 77054b5cbf..debdfd76e8 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -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.