Remove debug cruft. props kovshenin. see #23930.
git-svn-id: http://core.svn.wordpress.org/trunk@24231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c5a028821b
commit
013d0d06c6
|
@ -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