From 81cb9e9d7b37f78f60047086feb354e9f7370af2 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 5 Jan 2006 05:27:31 +0000 Subject: [PATCH] Remove printr calls. git-svn-id: http://svn.automattic.com/wordpress/trunk@3403 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions-post.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wp-includes/functions-post.php b/wp-includes/functions-post.php index 12b2d6850c..cadc2b7509 100644 --- a/wp-includes/functions-post.php +++ b/wp-includes/functions-post.php @@ -488,10 +488,6 @@ function wp_set_post_cats($blogid = '1', $post_ID = 0, $post_categories = array( $old_categories = array_unique($old_categories); } - - $oldies = printr($old_categories,1); - $newbies = printr($post_categories,1); - // Delete any? $delete_cats = array_diff($old_categories,$post_categories);