Ticket #16379: 16379.5.diff
File 16379.5.diff, 544 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/ajax-actions.php
1298 1298 $post_id = isset($_POST['post_id'])? intval($_POST['post_id']) : 0; 1299 1299 $title = isset($_POST['new_title'])? $_POST['new_title'] : ''; 1300 1300 $slug = isset($_POST['new_slug'])? $_POST['new_slug'] : null; 1301 set_current_screen( 'post' ); 1301 1302 wp_die( get_sample_permalink_html( $post_id, $title, $slug ) ); 1302 1303 } 1303 1304