From 6a82127a917d01d2176950edd4f949e3efff5b34 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 19 Jun 2011 21:37:47 +0000 Subject: [PATCH] Remove undiscussed FIXME from add_option. fixes #16813. git-svn-id: https://develop.svn.wordpress.org/trunk@18321 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 92fb422d72..7a682ef364 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -600,10 +600,6 @@ function add_option( $option, $value = '', $deprecated = '', $autoload = 'yes' ) wp_protect_special_option( $option ); - /* - * FIXME the next two lines of code are not necessary and should be removed. - * @see http://core.trac.wordpress.org/ticket/13480 - */ if ( is_object($value) ) $value = clone $value;