mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-13 19:51:23 +01:00
Remove printr calls.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
05188cd4a0
commit
81cb9e9d7b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user