From 78d90dda6718514de1d0103f9f5bbf732c15dcf5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 5 Jan 2006 05:27:31 +0000 Subject: [PATCH] Remove printr calls. git-svn-id: https://develop.svn.wordpress.org/trunk@3403 602fd350-edb4-49c9-b593-d223f7449a82 --- 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);