From 36ee6ba8bee6ac426271655ee2676e5882df2b75 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 Oct 2014 16:33:45 +0000 Subject: [PATCH] Remove one-time loop and redundant isset() checks. props ipm-frommen. fixes #30093. git-svn-id: https://develop.svn.wordpress.org/trunk@30022 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index dab072b8ba..2a1623b876 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -1111,13 +1111,11 @@ function do_accordion_sections( $screen, $context, $object ) {