From 1dd9c189e9bb968589fb5ff071d7f05fedf781cd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 19 Jun 2014 01:36:14 +0000 Subject: [PATCH] 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 --- wp-admin/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/js/theme.js b/wp-admin/js/theme.js index 77054b5cbf..debdfd76e8 100644 --- a/wp-admin/js/theme.js +++ b/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.