Changeset 24231
- Timestamp:
- 05/10/2013 12:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r24209 r24231 1128 1128 1129 1129 function wp_ajax_show_post_format_ui() { 1130 error_log( serialize( $_REQUEST ) );1131 1132 1130 if ( empty( $_POST['post_type'] ) ) 1133 1131 wp_die( 0 );
Note: See TracChangeset
for help on using the changeset viewer.