From 55ddb508e198128fb4a0e97e14d5a8881c2c2599 Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 19 Jun 2011 21:37:47 +0000 Subject: [PATCH] Remove undiscussed FIXME from add_option. fixes #16813. git-svn-id: http://svn.automattic.com/wordpress/trunk@18321 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 92fb422d7..7a682ef36 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;