From 4a62bbe5d82ce3fe3d80fcae645ca634816e0171 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 2 Dec 2013 07:33:57 +0000 Subject: [PATCH] Themes: Standardise on dot notation for object access in the Templates. See #25948 git-svn-id: https://develop.svn.wordpress.org/trunk@26523 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index d4bc26b441..cfa629753e 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -227,12 +227,12 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_ <# if ( data.active ) { #> - <# if ( data.actions['customize'] ) { #> - + <# if ( data.actions.customize ) { #> + <# } #> <# } else { #> - - + + <# } #> @@ -298,7 +298,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_ - +