Remove debug cruft. props kovshenin. see #23930.
git-svn-id: https://develop.svn.wordpress.org/trunk@24231 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb45a6cb79
commit
c57e761ce5
|
@ -1127,8 +1127,6 @@ function wp_ajax_closed_postboxes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function wp_ajax_show_post_format_ui() {
|
function wp_ajax_show_post_format_ui() {
|
||||||
error_log( serialize( $_REQUEST ) );
|
|
||||||
|
|
||||||
if ( empty( $_POST['post_type'] ) )
|
if ( empty( $_POST['post_type'] ) )
|
||||||
wp_die( 0 );
|
wp_die( 0 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue