mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
Remove printr calls.
git-svn-id: https://develop.svn.wordpress.org/trunk@3403 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
04cd1038db
commit
78d90dda67
@ -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…
x
Reference in New Issue
Block a user