From 7139c3eef85d8fbf998a2f0b1a7c50a8bbdb119d Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sat, 6 Sep 2008 00:03:03 +0000 Subject: [PATCH] Use API for setting checked attribute fixes #7689 props matthewh84. git-svn-id: https://develop.svn.wordpress.org/trunk@8831 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-misc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/options-misc.php b/wp-admin/options-misc.php index 487a81f29f..fc98fa64fa 100644 --- a/wp-admin/options-misc.php +++ b/wp-admin/options-misc.php @@ -40,7 +40,7 @@ include('admin-header.php'); @@ -87,7 +87,7 @@ include('admin-header.php'); 'Auto', 'thumbnail' => 'Thumbnail', 'medium' => 'Medium', 'large' => 'Large', 'full' => 'Full size'); foreach ($size_names as $size => $name) { ?> - /> + /> $name) { ?> - /> + /> 'None', 'post' => 'Post URL', 'file' => 'File'); foreach ($link_types as $type => $name) { ?> - /> + /> @@ -149,7 +149,7 @@ include('admin-header.php');