<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[19738] trunk: Add 'ep_mask' as an argument to the 'rewrite' array for register_post_type() and register_taxonomy().</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/19738">19738</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2012-01-23 19:12:04 +0000 (Mon, 23 Jan 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add 'ep_mask' as an argument to the 'rewrite' array for register_post_type() and register_taxonomy(). Keeps 'permalink_epmask' compatible as an argument for post type registrations. Fixes endpoints for category and tag pages. fixes <a href="http://core.trac.wordpress.org/ticket/19275">#19275</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadminadminajaxphp">trunk/wp-admin/admin-ajax.php</a></li>
<li><a href="#trunkwpincludespostphp">trunk/wp-includes/post.php</a></li>
<li><a href="#trunkwpincludestaxonomyphp">trunk/wp-includes/taxonomy.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwpadminincludesajaxactionsphp">trunk/wp-admin/includes/ajax-actions.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadminadminajaxphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/admin-ajax.php (19737 => 19738)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/admin-ajax.php        2012-01-23 19:03:56 UTC (rev 19737)
+++ trunk/wp-admin/admin-ajax.php        2012-01-23 19:12:04 UTC (rev 19738)
</span><span class="lines">@@ -11,1579 +11,49 @@
</span><span class="cx">  *
</span><span class="cx">  * @since 2.1.0
</span><span class="cx">  */
</span><del>-define('DOING_AJAX', true);
-define('WP_ADMIN', true);
</del><ins>+define( 'DOING_AJAX', true );
+define( 'WP_ADMIN', true );
</ins><span class="cx"> 
</span><del>-if ( ! isset( $_REQUEST['action'] ) )
-        die('-1');
</del><ins>+// Require an action parameter
+if ( empty( $_REQUEST['action'] ) )
+    die( '-1' );
</ins><span class="cx"> 
</span><ins>+// Load libraries
</ins><span class="cx"> require_once('../wp-load.php');
</span><del>-
</del><span class="cx"> require_once('./includes/admin.php');
</span><del>-@header('Content-Type: text/html; charset=' . get_option('blog_charset'));
</del><ins>+require_once('./includes/ajax-actions.php');
+
+@header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
</ins><span class="cx"> send_nosniff_header();
</span><span class="cx"> 
</span><del>-do_action('admin_init');
</del><ins>+do_action( 'admin_init' );
</ins><span class="cx"> 
</span><del>-if ( ! is_user_logged_in() ) {
</del><ins>+$core_actions_get = array( 'fetch-list', 'ajax-tag-search', 'compression-test', 'imgedit-preview', 'oembed_cache' );
</ins><span class="cx"> 
</span><del>-        if ( isset( $_POST['action'] ) &amp;&amp; $_POST['action'] == 'autosave' ) {
-                $id = isset($_POST['post_ID'])? (int) $_POST['post_ID'] : 0;
</del><ins>+$core_actions_post = array(
+        'oembed_cache', 'image-editor', 'delete-comment', 'delete-tag', 'delete-link',
+        'delete-meta', 'delete-post', 'trash-post', 'untrash-post', 'delete-page', 'dim-comment',
+        'add-link-category', 'add-tag', 'get-tagcloud', 'get-comments', 'replyto-comment',
+        'edit-comment', 'add-menu-item', 'add-meta', 'add-user', 'autosave', 'closed-postboxes',
+        'hidden-columns', 'update-welcome-panel', 'menu-get-metabox', 'wp-link-ajax',
+        'menu-locations-save', 'menu-quick-search', 'meta-box-order', 'get-permalink',
+        'sample-permalink', 'inline-save', 'inline-save-tax', 'find_posts', 'widgets-order',
+        'save-widget', 'set-post-thumbnail', 'date_format', 'time_format', 'wp-fullscreen-save-post',
+        'wp-remove-post-lock', 'dismiss-wp-pointer',
+);
</ins><span class="cx"> 
</span><del>-                if ( ! $id )
-                        die('-1');
</del><ins>+if ( ! empty( $_GET['action'] ) &amp;&amp; in_array( $_GET['action'], $core_actions_get ) )
+        add_action( 'wp_ajax_' . $_GET['action'], 'wp_ajax_' . str_replace( '-', '_', $_GET['action'] ), 1 );
</ins><span class="cx"> 
</span><del>-                $message = sprintf( __('&lt;strong&gt;ALERT: You are logged out!&lt;/strong&gt; Could not save draft. &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;Please log in again.&lt;/a&gt;'), wp_login_url() );
-                $x = new WP_Ajax_Response( array(
-                        'what' =&gt; 'autosave',
-                        'id' =&gt; $id,
-                        'data' =&gt; $message
-                ) );
-                $x-&gt;send();
-        }
</del><ins>+if ( ! empty( $_POST['action'] ) &amp;&amp; in_array( $_POST['action'], $core_actions_post ) )
+        add_action( 'wp_ajax_' . $_POST['action'], 'wp_ajax_' . str_replace( '-', '_', $_POST['action'] ), 1 );
</ins><span class="cx"> 
</span><del>-        if ( !empty( $_REQUEST['action'] ) )
-                do_action( 'wp_ajax_nopriv_' . $_REQUEST['action'] );
</del><ins>+add_action( 'wp_ajax_nopriv_autosave', 'wp_ajax_nopriv_autosave', 1 );
</ins><span class="cx"> 
</span><del>-        die('-1');
-}
</del><ins>+if ( is_user_logged_in() )
+    do_action( 'wp_ajax_' . $_REQUEST['action'], $_REQUEST['action'] );        // Authenticated actions
+else
+    do_action( 'wp_ajax_nopriv_' . $_REQUEST['action'], $_REQUEST['action'] ); // Non-admin actions
</ins><span class="cx"> 
</span><del>-if ( isset( $_GET['action'] ) ) :
-switch ( $action = $_GET['action'] ) :
-case 'fetch-list' :
-
-        $list_class = $_GET['list_args']['class'];
-        check_ajax_referer( &quot;fetch-list-$list_class&quot;, '_ajax_fetch_list_nonce' );
-
-        $current_screen = convert_to_screen( $_GET['list_args']['screen']['id'] );
-
-        define( 'WP_NETWORK_ADMIN', $current_screen-&gt;is_network );
-        define( 'WP_USER_ADMIN', $current_screen-&gt;is_user );
-
-        $wp_list_table = _get_list_table( $list_class );
-        if ( ! $wp_list_table )
-                die( '0' );
-
-        if ( ! $wp_list_table-&gt;ajax_user_can() )
-                die( '-1' );
-
-        $wp_list_table-&gt;ajax_response();
-
-        die( '0' );
-        break;
-case 'ajax-tag-search' :
-        if ( isset( $_GET['tax'] ) ) {
-                $taxonomy = sanitize_key( $_GET['tax'] );
-                $tax = get_taxonomy( $taxonomy );
-                if ( ! $tax )
-                        die( '0' );
-                if ( ! current_user_can( $tax-&gt;cap-&gt;assign_terms ) )
-                        die( '-1' );
-        } else {
-                die('0');
-        }
-
-        $s = stripslashes( $_GET['q'] );
-
-        if ( false !== strpos( $s, ',' ) ) {
-                $s = explode( ',', $s );
-                $s = $s[count( $s ) - 1];
-        }
-        $s = trim( $s );
-        if ( strlen( $s ) &lt; 2 )
-                die; // require 2 chars for matching
-
-        $results = $wpdb-&gt;get_col( $wpdb-&gt;prepare( &quot;SELECT t.name FROM $wpdb-&gt;term_taxonomy AS tt INNER JOIN $wpdb-&gt;terms AS t ON tt.term_id = t.term_id WHERE tt.taxonomy = %s AND t.name LIKE (%s)&quot;, $taxonomy, '%' . like_escape( $s ) . '%' ) );
-
-        echo join( $results, &quot;\n&quot; );
-        die;
-        break;
-case 'wp-compression-test' :
-        if ( !current_user_can( 'manage_options' ) )
-                die('-1');
-
-        if ( ini_get('zlib.output_compression') || 'ob_gzhandler' == ini_get('output_handler') ) {
-                update_site_option('can_compress_scripts', 0);
-                die('0');
-        }
-
-        if ( isset($_GET['test']) ) {
-                header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
-                header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
-                header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
-                header( 'Pragma: no-cache' );
-                header('Content-Type: application/x-javascript; charset=UTF-8');
-                $force_gzip = ( defined('ENFORCE_GZIP') &amp;&amp; ENFORCE_GZIP );
-                $test_str = '&quot;wpCompressionTest Lorem ipsum dolor sit amet consectetuer mollis sapien urna ut a. Eu nonummy condimentum fringilla tempor pretium platea vel nibh netus Maecenas. Hac molestie amet justo quis pellentesque est ultrices interdum nibh Morbi. Cras mattis pretium Phasellus ante ipsum ipsum ut sociis Suspendisse Lorem. Ante et non molestie. Porta urna Vestibulum egestas id congue nibh eu risus gravida sit. Ac augue auctor Ut et non a elit massa id sodales. Elit eu Nulla at nibh adipiscing mattis lacus mauris at tempus. Netus nibh quis suscipit nec feugiat eget sed lorem et urna. Pellentesque lacus at ut massa consectetuer ligula ut auctor semper Pellentesque. Ut metus massa nibh quam Curabitur molestie nec mauris congue. Volutpat molestie elit justo facilisis neque ac risus Ut nascetur tristique. Vitae sit lorem tellus et quis Phasellus lacus tincidunt nunc Fusce. Pharetra wisi Suspendisse mus sagittis libero lacinia Integer consequat ac Phasellus. Et urna ac 
 cursus tortor aliquam Aliquam amet tellus volutpat Vestibulum. Justo interdum condimentum In augue congue tellus sollicitudin Quisque quis nibh.&quot;';
-
-                 if ( 1 == $_GET['test'] ) {
-                         echo $test_str;
-                         die;
-                 } elseif ( 2 == $_GET['test'] ) {
-                        if ( !isset($_SERVER['HTTP_ACCEPT_ENCODING']) )
-                                die('-1');
-                        if ( false !== stripos( $_SERVER['HTTP_ACCEPT_ENCODING'], 'deflate') &amp;&amp; function_exists('gzdeflate') &amp;&amp; ! $force_gzip ) {
-                                header('Content-Encoding: deflate');
-                                $out = gzdeflate( $test_str, 1 );
-                        } elseif ( false !== stripos( $_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') &amp;&amp; function_exists('gzencode') ) {
-                                header('Content-Encoding: gzip');
-                                $out = gzencode( $test_str, 1 );
-                        } else {
-                                die('-1');
-                        }
-                        echo $out;
-                        die;
-                } elseif ( 'no' == $_GET['test'] ) {
-                        update_site_option('can_compress_scripts', 0);
-                } elseif ( 'yes' == $_GET['test'] ) {
-                        update_site_option('can_compress_scripts', 1);
-                }
-        }
-
-        die('0');
-        break;
-case 'imgedit-preview' :
-        $post_id = intval($_GET['postid']);
-        if ( empty($post_id) || !current_user_can('edit_post', $post_id) )
-                die('-1');
-
-        check_ajax_referer( &quot;image_editor-$post_id&quot; );
-
-        include_once( ABSPATH . 'wp-admin/includes/image-edit.php' );
-        if ( ! stream_preview_image($post_id) )
-                die('-1');
-
-        die();
-        break;
-case 'menu-quick-search':
-        if ( ! current_user_can( 'edit_theme_options' ) )
-                die('-1');
-
-        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
-
-        _wp_ajax_menu_quick_search( $_REQUEST );
-
-        exit;
-        break;
-case 'oembed-cache' :
-        $return = ( $wp_embed-&gt;cache_oembed( $_GET['post'] ) ) ? '1' : '0';
-        die( $return );
-        break;
-default :
-        do_action( 'wp_ajax_' . $_GET['action'] );
-        die('0');
-        break;
-endswitch;
-endif;
-
-/**
- * Sends back current comment total and new page links if they need to be updated.
- *
- * Contrary to normal success AJAX response (&quot;1&quot;), die with time() on success.
- *
- * @since 2.7
- *
- * @param int $comment_id
- * @return die
- */
-function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
-        $total = (int) @$_POST['_total'];
-        $per_page = (int) @$_POST['_per_page'];
-        $page = (int) @$_POST['_page'];
-        $url = esc_url_raw( @$_POST['_url'] );
-        // JS didn't send us everything we need to know. Just die with success message
-        if ( !$total || !$per_page || !$page || !$url )
-                die( (string) time() );
-
-        $total += $delta;
-        if ( $total &lt; 0 )
-                $total = 0;
-
-        // Only do the expensive stuff on a page-break, and about 1 other time per page
-        if ( 0 == $total % $per_page || 1 == mt_rand( 1, $per_page ) ) {
-                $post_id = 0;
-                $status = 'total_comments'; // What type of comment count are we looking for?
-                $parsed = parse_url( $url );
-                if ( isset( $parsed['query'] ) ) {
-                        parse_str( $parsed['query'], $query_vars );
-                        if ( !empty( $query_vars['comment_status'] ) )
-                                $status = $query_vars['comment_status'];
-                        if ( !empty( $query_vars['p'] ) )
-                                $post_id = (int) $query_vars['p'];
-                }
-
-                $comment_count = wp_count_comments($post_id);
-
-                if ( isset( $comment_count-&gt;$status ) ) // We're looking for a known type of comment count
-                        $total = $comment_count-&gt;$status;
-                        // else use the decremented value from above
-        }
-
-        $time = time(); // The time since the last comment count
-
-        $x = new WP_Ajax_Response( array(
-                'what' =&gt; 'comment',
-                'id' =&gt; $comment_id, // here for completeness - not used
-                'supplemental' =&gt; array(
-                        'total_items_i18n' =&gt; sprintf( _n( '1 item', '%s items', $total ), number_format_i18n( $total ) ),
-                        'total_pages' =&gt; ceil( $total / $per_page ),
-                        'total_pages_i18n' =&gt; number_format_i18n( ceil( $total / $per_page ) ),
-                        'total' =&gt; $total,
-                        'time' =&gt; $time
-                )
-        ) );
-        $x-&gt;send();
-}
-
-function _wp_ajax_add_hierarchical_term() {
-        $action = $_POST['action'];
-        $taxonomy = get_taxonomy(substr($action, 4));
-        check_ajax_referer( $action, '_ajax_nonce-add-' . $taxonomy-&gt;name );
-        if ( !current_user_can( $taxonomy-&gt;cap-&gt;edit_terms ) )
-                die('-1');
-        $names = explode(',', $_POST['new'.$taxonomy-&gt;name]);
-        $parent = isset($_POST['new'.$taxonomy-&gt;name.'_parent']) ? (int) $_POST['new'.$taxonomy-&gt;name.'_parent'] : 0;
-        if ( 0 &gt; $parent )
-                $parent = 0;
-        if ( $taxonomy-&gt;name == 'category' )
-                $post_category = isset($_POST['post_category']) ? (array) $_POST['post_category'] : array();
-        else
-                $post_category = ( isset($_POST['tax_input']) &amp;&amp; isset($_POST['tax_input'][$taxonomy-&gt;name]) ) ? (array) $_POST['tax_input'][$taxonomy-&gt;name] : array();
-        $checked_categories = array_map( 'absint', (array) $post_category );
-        $popular_ids = wp_popular_terms_checklist($taxonomy-&gt;name, 0, 10, false);
-
-        foreach ( $names as $cat_name ) {
-                $cat_name = trim($cat_name);
-                $category_nicename = sanitize_title($cat_name);
-                if ( '' === $category_nicename )
-                        continue;
-                if ( !($cat_id = term_exists($cat_name, $taxonomy-&gt;name, $parent)) ) {
-                        $new_term = wp_insert_term($cat_name, $taxonomy-&gt;name, array('parent' =&gt; $parent));
-                        $cat_id = $new_term['term_id'];
-                }
-                $checked_categories[] = $cat_id;
-                if ( $parent ) // Do these all at once in a second
-                        continue;
-                $category = get_term( $cat_id, $taxonomy-&gt;name );
-                ob_start();
-                        wp_terms_checklist( 0, array( 'taxonomy' =&gt; $taxonomy-&gt;name, 'descendants_and_self' =&gt; $cat_id, 'selected_cats' =&gt; $checked_categories, 'popular_cats' =&gt; $popular_ids ));
-                $data = ob_get_contents();
-                ob_end_clean();
-                $add = array(
-                        'what' =&gt; $taxonomy-&gt;name,
-                        'id' =&gt; $cat_id,
-                        'data' =&gt; str_replace( array(&quot;\n&quot;, &quot;\t&quot;), '', $data),
-                        'position' =&gt; -1
-                );
-        }
-
-        if ( $parent ) { // Foncy - replace the parent and all its children
-                $parent = get_term( $parent, $taxonomy-&gt;name );
-                $term_id = $parent-&gt;term_id;
-
-                while ( $parent-&gt;parent ) { // get the top parent
-                        $parent = &amp;get_term( $parent-&gt;parent, $taxonomy-&gt;name );
-                        if ( is_wp_error( $parent ) )
-                                break;
-                        $term_id = $parent-&gt;term_id;
-                }
-
-                ob_start();
-                        wp_terms_checklist( 0, array('taxonomy' =&gt; $taxonomy-&gt;name, 'descendants_and_self' =&gt; $term_id, 'selected_cats' =&gt; $checked_categories, 'popular_cats' =&gt; $popular_ids));
-                $data = ob_get_contents();
-                ob_end_clean();
-                $add = array(
-                        'what' =&gt; $taxonomy-&gt;name,
-                        'id' =&gt; $term_id,
-                        'data' =&gt; str_replace( array(&quot;\n&quot;, &quot;\t&quot;), '', $data),
-                        'position' =&gt; -1
-                );
-        }
-
-        ob_start();
-                wp_dropdown_categories( array(
-                        'taxonomy' =&gt; $taxonomy-&gt;name, 'hide_empty' =&gt; 0, 'name' =&gt; 'new'.$taxonomy-&gt;name.'_parent', 'orderby' =&gt; 'name',
-                        'hierarchical' =&gt; 1, 'show_option_none' =&gt; '&amp;mdash; '.$taxonomy-&gt;labels-&gt;parent_item.' &amp;mdash;'
-                ) );
-        $sup = ob_get_contents();
-        ob_end_clean();
-        $add['supplemental'] = array( 'newcat_parent' =&gt; $sup );
-
-        $x = new WP_Ajax_Response( $add );
-        $x-&gt;send();
-}
-
-$id = isset($_POST['id'])? (int) $_POST['id'] : 0;
-switch ( $action = $_POST['action'] ) :
-case 'delete-comment' : // On success, die with time() instead of 1
-        if ( !$comment = get_comment( $id ) )
-                die( (string) time() );
-        if ( ! current_user_can( 'edit_comment', $comment-&gt;comment_ID ) )
-                die('-1');
-
-        check_ajax_referer( &quot;delete-comment_$id&quot; );
-        $status = wp_get_comment_status( $comment-&gt;comment_ID );
-
-        $delta = -1;
-        if ( isset($_POST['trash']) &amp;&amp; 1 == $_POST['trash'] ) {
-                if ( 'trash' == $status )
-                        die( (string) time() );
-                $r = wp_trash_comment( $comment-&gt;comment_ID );
-        } elseif ( isset($_POST['untrash']) &amp;&amp; 1 == $_POST['untrash'] ) {
-                if ( 'trash' != $status )
-                        die( (string) time() );
-                $r = wp_untrash_comment( $comment-&gt;comment_ID );
-                if ( ! isset( $_POST['comment_status'] ) || $_POST['comment_status'] != 'trash' ) // undo trash, not in trash
-                        $delta = 1;
-        } elseif ( isset($_POST['spam']) &amp;&amp; 1 == $_POST['spam'] ) {
-                if ( 'spam' == $status )
-                        die( (string) time() );
-                $r = wp_spam_comment( $comment-&gt;comment_ID );
-        } elseif ( isset($_POST['unspam']) &amp;&amp; 1 == $_POST['unspam'] ) {
-                if ( 'spam' != $status )
-                        die( (string) time() );
-                $r = wp_unspam_comment( $comment-&gt;comment_ID );
-                if ( ! isset( $_POST['comment_status'] ) || $_POST['comment_status'] != 'spam' ) // undo spam, not in spam
-                        $delta = 1;
-        } elseif ( isset($_POST['delete']) &amp;&amp; 1 == $_POST['delete'] ) {
-                $r = wp_delete_comment( $comment-&gt;comment_ID );
-        } else {
-                die('-1');
-        }
-
-        if ( $r ) // Decide if we need to send back '1' or a more complicated response including page links and comment counts
-                _wp_ajax_delete_comment_response( $comment-&gt;comment_ID, $delta );
-        die( '0' );
-        break;
-case 'delete-tag' :
-        $tag_id = (int) $_POST['tag_ID'];
-        check_ajax_referer( &quot;delete-tag_$tag_id&quot; );
-
-        $taxonomy = !empty($_POST['taxonomy']) ? $_POST['taxonomy'] : 'post_tag';
-        $tax = get_taxonomy($taxonomy);
-
-        if ( !current_user_can( $tax-&gt;cap-&gt;delete_terms ) )
-                die('-1');
-
-        $tag = get_term( $tag_id, $taxonomy );
-        if ( !$tag || is_wp_error( $tag ) )
-                die('1');
-
-        if ( wp_delete_term($tag_id, $taxonomy))
-                die('1');
-        else
-                die('0');
-        break;
-case 'delete-link' :
-        check_ajax_referer( &quot;delete-bookmark_$id&quot; );
-        if ( !current_user_can( 'manage_links' ) )
-                die('-1');
-
-        $link = get_bookmark( $id );
-        if ( !$link || is_wp_error( $link ) )
-                die('1');
-
-        if ( wp_delete_link( $id ) )
-                die('1');
-        else
-                die('0');
-        break;
-case 'delete-meta' :
-        check_ajax_referer( &quot;delete-meta_$id&quot; );
-        if ( !$meta = get_metadata_by_mid( 'post', $id ) )
-                die('1');
-
-        if ( is_protected_meta( $meta-&gt;meta_key, 'post' ) || ! current_user_can( 'delete_post_meta',  $meta-&gt;post_id, $meta-&gt;meta_key ) )
-                die('-1');
-        if ( delete_meta( $meta-&gt;meta_id ) )
-                die('1');
-        die('0');
-        break;
-case 'delete-post' :
-        check_ajax_referer( &quot;{$action}_$id&quot; );
-        if ( !current_user_can( 'delete_post', $id ) )
-                die('-1');
-
-        if ( !get_post( $id ) )
-                die('1');
-
-        if ( wp_delete_post( $id ) )
-                die('1');
-        else
-                die('0');
-        break;
-case 'trash-post' :
-case 'untrash-post' :
-        check_ajax_referer( &quot;{$action}_$id&quot; );
-        if ( !current_user_can( 'delete_post', $id ) )
-                die('-1');
-
-        if ( !get_post( $id ) )
-                die('1');
-
-        if ( 'trash-post' == $action )
-                $done = wp_trash_post( $id );
-        else
-                $done = wp_untrash_post( $id );
-
-        if ( $done )
-                die('1');
-
-        die('0');
-        break;
-case 'delete-page' :
-        check_ajax_referer( &quot;{$action}_$id&quot; );
-        if ( !current_user_can( 'delete_page', $id ) )
-                die('-1');
-
-        if ( !get_page( $id ) )
-                die('1');
-
-        if ( wp_delete_post( $id ) )
-                die('1');
-        else
-                die('0');
-        break;
-case 'dim-comment' : // On success, die with time() instead of 1
-
-        if ( !$comment = get_comment( $id ) ) {
-                $x = new WP_Ajax_Response( array(
-                        'what' =&gt; 'comment',
-                        'id' =&gt; new WP_Error('invalid_comment', sprintf(__('Comment %d does not exist'), $id))
-                ) );
-                $x-&gt;send();
-        }
-
-        if ( ! current_user_can( 'edit_comment', $comment-&gt;comment_ID ) &amp;&amp; ! current_user_can( 'moderate_comments' ) )
-                die('-1');
-
-        $current = wp_get_comment_status( $comment-&gt;comment_ID );
-        if ( $_POST['new'] == $current )
-                die( (string) time() );
-
-        check_ajax_referer( &quot;approve-comment_$id&quot; );
-        if ( in_array( $current, array( 'unapproved', 'spam' ) ) )
-                $result = wp_set_comment_status( $comment-&gt;comment_ID, 'approve', true );
-        else
-                $result = wp_set_comment_status( $comment-&gt;comment_ID, 'hold', true );
-
-        if ( is_wp_error($result) ) {
-                $x = new WP_Ajax_Response( array(
-                        'what' =&gt; 'comment',
-                        'id' =&gt; $result
-                ) );
-                $x-&gt;send();
-        }
-
-        // Decide if we need to send back '1' or a more complicated response including page links and comment counts
-        _wp_ajax_delete_comment_response( $comment-&gt;comment_ID );
-        die( '0' );
-        break;
-case 'add-link-category' : // On the Fly
-        check_ajax_referer( $action );
-        if ( !current_user_can( 'manage_categories' ) )
-                die('-1');
-        $names = explode(',', $_POST['newcat']);
-        $x = new WP_Ajax_Response();
-        foreach ( $names as $cat_name ) {
-                $cat_name = trim($cat_name);
-                $slug = sanitize_title($cat_name);
-                if ( '' === $slug )
-                        continue;
-                if ( !$cat_id = term_exists( $cat_name, 'link_category' ) ) {
-                        $cat_id = wp_insert_term( $cat_name, 'link_category' );
-                }
-                $cat_id = $cat_id['term_id'];
-                $cat_name = esc_html(stripslashes($cat_name));
-                $x-&gt;add( array(
-                        'what' =&gt; 'link-category',
-                        'id' =&gt; $cat_id,
-                        'data' =&gt; &quot;&lt;li id='link-category-$cat_id'&gt;&lt;label for='in-link-category-$cat_id' class='selectit'&gt;&lt;input value='&quot; . esc_attr($cat_id) . &quot;' type='checkbox' checked='checked' name='link_category[]' id='in-link-category-$cat_id'/&gt; $cat_name&lt;/label&gt;&lt;/li&gt;&quot;,
-                        'position' =&gt; -1
-                ) );
-        }
-        $x-&gt;send();
-        break;
-case 'add-tag' :
-        check_ajax_referer( 'add-tag', '_wpnonce_add-tag' );
-        $post_type = !empty($_POST['post_type']) ? $_POST['post_type'] : 'post';
-        $taxonomy = !empty($_POST['taxonomy']) ? $_POST['taxonomy'] : 'post_tag';
-        $tax = get_taxonomy($taxonomy);
-
-        if ( !current_user_can( $tax-&gt;cap-&gt;edit_terms ) )
-                die('-1');
-
-        $x = new WP_Ajax_Response();
-
-        $tag = wp_insert_term($_POST['tag-name'], $taxonomy, $_POST );
-
-        if ( !$tag || is_wp_error($tag) || (!$tag = get_term( $tag['term_id'], $taxonomy )) ) {
-                $message = __('An error has occurred. Please reload the page and try again.');
-                if ( is_wp_error($tag) &amp;&amp; $tag-&gt;get_error_message() )
-                        $message = $tag-&gt;get_error_message();
-
-                $x-&gt;add( array(
-                        'what' =&gt; 'taxonomy',
-                        'data' =&gt; new WP_Error('error', $message )
-                ) );
-                $x-&gt;send();
-        }
-
-        set_current_screen( $_POST['screen'] );
-
-        $wp_list_table = _get_list_table('WP_Terms_List_Table');
-
-        $level = 0;
-        if ( is_taxonomy_hierarchical($taxonomy) ) {
-                $level = count( get_ancestors( $tag-&gt;term_id, $taxonomy ) );
-                ob_start();
-                $wp_list_table-&gt;single_row( $tag, $level );
-                $noparents = ob_get_clean();
-        }
-
-        ob_start();
-        $wp_list_table-&gt;single_row( $tag );
-        $parents = ob_get_clean();
-
-        $x-&gt;add( array(
-                'what' =&gt; 'taxonomy',
-                'supplemental' =&gt; compact('parents', 'noparents')
-                ) );
-        $x-&gt;add( array(
-                'what' =&gt; 'term',
-                'position' =&gt; $level,
-                'supplemental' =&gt; (array) $tag
-                ) );
-        $x-&gt;send();
-        break;
-case 'get-tagcloud' :
-        if ( isset( $_POST['tax'] ) ) {
-                $taxonomy = sanitize_key( $_POST['tax'] );
-                $tax = get_taxonomy( $taxonomy );
-                if ( ! $tax )
-                        die( '0' );
-                if ( ! current_user_can( $tax-&gt;cap-&gt;assign_terms ) )
-                        die( '-1' );
-        } else {
-                die('0');
-        }
-
-        $tags = get_terms( $taxonomy, array( 'number' =&gt; 45, 'orderby' =&gt; 'count', 'order' =&gt; 'DESC' ) );
-
-        if ( empty( $tags ) )
-                die( isset( $tax-&gt;no_tagcloud ) ? $tax-&gt;no_tagcloud : __('No tags found!') );
-
-        if ( is_wp_error( $tags ) )
-                die( $tags-&gt;get_error_message() );
-
-        foreach ( $tags as $key =&gt; $tag ) {
-                $tags[ $key ]-&gt;link = '#';
-                $tags[ $key ]-&gt;id = $tag-&gt;term_id;
-        }
-
-        // We need raw tag names here, so don't filter the output
-        $return = wp_generate_tag_cloud( $tags, array('filter' =&gt; 0) );
-
-        if ( empty($return) )
-                die('0');
-
-        echo $return;
-
-        exit;
-        break;
-case 'get-comments' :
-        check_ajax_referer( $action );
-
-        set_current_screen( 'edit-comments' );
-
-        $wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
-
-        if ( !current_user_can( 'edit_post', $post_id ) )
-                die('-1');
-
-        $wp_list_table-&gt;prepare_items();
-
-        if ( !$wp_list_table-&gt;has_items() )
-                die('1');
-
-        $x = new WP_Ajax_Response();
-        ob_start();
-        foreach ( $wp_list_table-&gt;items as $comment ) {
-                if ( ! current_user_can( 'edit_comment', $comment-&gt;comment_ID ) )
-                        continue;
-                get_comment( $comment );
-                $wp_list_table-&gt;single_row( $comment );
-        }
-        $comment_list_item = ob_get_contents();
-        ob_end_clean();
-
-        $x-&gt;add( array(
-                'what' =&gt; 'comments',
-                'data' =&gt; $comment_list_item
-        ) );
-        $x-&gt;send();
-        break;
-case 'replyto-comment' :
-        check_ajax_referer( $action, '_ajax_nonce-replyto-comment' );
-
-        set_current_screen( 'edit-comments' );
-
-        $comment_post_ID = (int) $_POST['comment_post_ID'];
-        if ( !current_user_can( 'edit_post', $comment_post_ID ) )
-                die('-1');
-
-        $status = $wpdb-&gt;get_var( $wpdb-&gt;prepare(&quot;SELECT post_status FROM $wpdb-&gt;posts WHERE ID = %d&quot;, $comment_post_ID) );
-
-        if ( empty($status) )
-                die('1');
-        elseif ( in_array($status, array('draft', 'pending', 'trash') ) )
-                die( __('ERROR: you are replying to a comment on a draft post.') );
-
-        $user = wp_get_current_user();
-        if ( $user-&gt;ID ) {
-                $comment_author       = $wpdb-&gt;escape($user-&gt;display_name);
-                $comment_author_email = $wpdb-&gt;escape($user-&gt;user_email);
-                $comment_author_url   = $wpdb-&gt;escape($user-&gt;user_url);
-                $comment_content      = trim($_POST['content']);
-                if ( current_user_can( 'unfiltered_html' ) ) {
-                        if ( wp_create_nonce( 'unfiltered-html-comment' ) != $_POST['_wp_unfiltered_html_comment'] ) {
-                                kses_remove_filters(); // start with a clean slate
-                                kses_init_filters(); // set up the filters
-                        }
-                }
-        } else {
-                die( __('Sorry, you must be logged in to reply to a comment.') );
-        }
-
-        if ( '' == $comment_content )
-                die( __('ERROR: please type a comment.') );
-
-        $comment_parent = absint($_POST['comment_ID']);
-        $comment_auto_approved = false;
-        $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type', 'comment_parent', 'user_ID');
-
-        $comment_id = wp_new_comment( $commentdata );
-        $comment = get_comment($comment_id);
-        if ( ! $comment ) die('1');
-
-        $position = ( isset($_POST['position']) &amp;&amp; (int) $_POST['position'] ) ? (int) $_POST['position'] : '-1';
-
-        // automatically approve parent comment
-        if ( !empty($_POST['approve_parent']) ) {
-                $parent = get_comment( $comment_parent );
-
-                if ( $parent &amp;&amp; $parent-&gt;comment_approved === '0' &amp;&amp; $parent-&gt;comment_post_ID == $comment_post_ID ) {
-                        if ( wp_set_comment_status( $parent-&gt;comment_ID, 'approve' ) )
-                                $comment_auto_approved = true;
-                }
-        }
-
-        ob_start();
-                if ( 'dashboard' == $_REQUEST['mode'] ) {
-                        require_once( ABSPATH . 'wp-admin/includes/dashboard.php' );
-                        _wp_dashboard_recent_comments_row( $comment );
-                } else {
-                        if ( 'single' == $_REQUEST['mode'] ) {
-                                $wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
-                        } else {
-                                $wp_list_table = _get_list_table('WP_Comments_List_Table');
-                        }
-                        $wp_list_table-&gt;single_row( $comment );
-                }
-                $comment_list_item = ob_get_contents();
-        ob_end_clean();
-
-        $response =  array(
-                'what' =&gt; 'comment',
-                'id' =&gt; $comment-&gt;comment_ID,
-                'data' =&gt; $comment_list_item,
-                'position' =&gt; $position
-        );
-
-        if ( $comment_auto_approved )
-                $response['supplemental'] = array( 'parent_approved' =&gt; $parent-&gt;comment_ID );
-
-        $x = new WP_Ajax_Response();
-        $x-&gt;add( $response );
-        $x-&gt;send();
-        break;
-case 'edit-comment' :
-        check_ajax_referer( 'replyto-comment', '_ajax_nonce-replyto-comment' );
-
-        set_current_screen( 'edit-comments' );
-
-        $comment_id = (int) $_POST['comment_ID'];
-        if ( ! current_user_can( 'edit_comment', $comment_id ) )
-                die('-1');
-
-        if ( '' == $_POST['content'] )
-                die( __('ERROR: please type a comment.') );
-
-        $_POST['comment_status'] = $_POST['status'];
-        edit_comment();
-
-        $position = ( isset($_POST['position']) &amp;&amp; (int) $_POST['position']) ? (int) $_POST['position'] : '-1';
-        $comments_status = isset($_POST['comments_listing']) ? $_POST['comments_listing'] : '';
-
-        $checkbox = ( isset($_POST['checkbox']) &amp;&amp; true == $_POST['checkbox'] ) ? 1 : 0;
-        $wp_list_table = _get_list_table( $checkbox ? 'WP_Comments_List_Table' : 'WP_Post_Comments_List_Table' );
-
-        ob_start();
-                $wp_list_table-&gt;single_row( get_comment( $comment_id ) );
-                $comment_list_item = ob_get_contents();
-        ob_end_clean();
-
-        $x = new WP_Ajax_Response();
-
-        $x-&gt;add( array(
-                'what' =&gt; 'edit_comment',
-                'id' =&gt; $comment-&gt;comment_ID,
-                'data' =&gt; $comment_list_item,
-                'position' =&gt; $position
-        ));
-
-        $x-&gt;send();
-        break;
-case 'add-menu-item' :
-        if ( ! current_user_can( 'edit_theme_options' ) )
-                die('-1');
-
-        check_ajax_referer( 'add-menu_item', 'menu-settings-column-nonce' );
-
-        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
-
-        // For performance reasons, we omit some object properties from the checklist.
-        // The following is a hacky way to restore them when adding non-custom items.
-
-        $menu_items_data = array();
-        foreach ( (array) $_POST['menu-item'] as $menu_item_data ) {
-                if (
-                        ! empty( $menu_item_data['menu-item-type'] ) &amp;&amp;
-                        'custom' != $menu_item_data['menu-item-type'] &amp;&amp;
-                        ! empty( $menu_item_data['menu-item-object-id'] )
-                ) {
-                        switch( $menu_item_data['menu-item-type'] ) {
-                                case 'post_type' :
-                                        $_object = get_post( $menu_item_data['menu-item-object-id'] );
-                                break;
-
-                                case 'taxonomy' :
-                                        $_object = get_term( $menu_item_data['menu-item-object-id'], $menu_item_data['menu-item-object'] );
-                                break;
-                        }
-
-                        $_menu_items = array_map( 'wp_setup_nav_menu_item', array( $_object ) );
-                        $_menu_item = array_shift( $_menu_items );
-
-                        // Restore the missing menu item properties
-                        $menu_item_data['menu-item-description'] = $_menu_item-&gt;description;
-                }
-
-                $menu_items_data[] = $menu_item_data;
-        }
-
-        $item_ids = wp_save_nav_menu_items( 0, $menu_items_data );
-        if ( is_wp_error( $item_ids ) )
-                die('-1');
-
-        foreach ( (array) $item_ids as $menu_item_id ) {
-                $menu_obj = get_post( $menu_item_id );
-                if ( ! empty( $menu_obj-&gt;ID ) ) {
-                        $menu_obj = wp_setup_nav_menu_item( $menu_obj );
-                        $menu_obj-&gt;label = $menu_obj-&gt;title; // don't show &quot;(pending)&quot; in ajax-added items
-                        $menu_items[] = $menu_obj;
-                }
-        }
-
-        if ( ! empty( $menu_items ) ) {
-                $args = array(
-                        'after' =&gt; '',
-                        'before' =&gt; '',
-                        'link_after' =&gt; '',
-                        'link_before' =&gt; '',
-                        'walker' =&gt; new Walker_Nav_Menu_Edit,
-                );
-                echo walk_nav_menu_tree( $menu_items, 0, (object) $args );
-        }
-        break;
-case 'add-meta' :
-        check_ajax_referer( 'add-meta', '_ajax_nonce-add-meta' );
-        $c = 0;
-        $pid = (int) $_POST['post_id'];
-        $post = get_post( $pid );
-
-        if ( isset($_POST['metakeyselect']) || isset($_POST['metakeyinput']) ) {
-                if ( !current_user_can( 'edit_post', $pid ) )
-                        die('-1');
-                if ( isset($_POST['metakeyselect']) &amp;&amp; '#NONE#' == $_POST['metakeyselect'] &amp;&amp; empty($_POST['metakeyinput']) )
-                        die('1');
-                if ( $post-&gt;post_status == 'auto-draft' ) {
-                        $save_POST = $_POST; // Backup $_POST
-                        $_POST = array(); // Make it empty for edit_post()
-                        $_POST['action'] = 'draft'; // Warning fix
-                        $_POST['post_ID'] = $pid;
-                        $_POST['post_type'] = $post-&gt;post_type;
-                        $_POST['post_status'] = 'draft';
-                        $now = current_time('timestamp', 1);
-                        $_POST['post_title'] = sprintf('Draft created on %s at %s', date(get_option('date_format'), $now), date(get_option('time_format'), $now));
-
-                        if ( $pid = edit_post() ) {
-                                if ( is_wp_error( $pid ) ) {
-                                        $x = new WP_Ajax_Response( array(
-                                                'what' =&gt; 'meta',
-                                                'data' =&gt; $pid
-                                        ) );
-                                        $x-&gt;send();
-                                }
-                                $_POST = $save_POST; // Now we can restore original $_POST again
-                                if ( !$mid = add_meta( $pid ) )
-                                        die(__('Please provide a custom field value.'));
-                        } else {
-                                die('0');
-                        }
-                } else if ( !$mid = add_meta( $pid ) ) {
-                        die(__('Please provide a custom field value.'));
-                }
-
-                $meta = get_metadata_by_mid( 'post', $mid );
-                $pid = (int) $meta-&gt;post_id;
-                $meta = get_object_vars( $meta );
-                $x = new WP_Ajax_Response( array(
-                        'what' =&gt; 'meta',
-                        'id' =&gt; $mid,
-                        'data' =&gt; _list_meta_row( $meta, $c ),
-                        'position' =&gt; 1,
-                        'supplemental' =&gt; array('postid' =&gt; $pid)
-                ) );
-        } else { // Update?
-                $mid = (int) key( $_POST['meta'] );
-                $key = stripslashes( $_POST['meta'][$mid]['key'] );
-                $value = stripslashes( $_POST['meta'][$mid]['value'] );
-                if ( '' == trim($key) )
-                        die(__('Please provide a custom field name.'));
-                if ( '' == trim($value) )
-                        die(__('Please provide a custom field value.'));
-                if ( ! $meta = get_metadata_by_mid( 'post', $mid ) )
-                        die('0'); // if meta doesn't exist
-                if ( is_protected_meta( $meta-&gt;meta_key, 'post' ) || is_protected_meta( $key, 'post' ) ||
-                        ! current_user_can( 'edit_post_meta', $meta-&gt;post_id, $meta-&gt;meta_key ) ||
-                        ! current_user_can( 'edit_post_meta', $meta-&gt;post_id, $key ) )
-                        die('-1');
-                if ( $meta-&gt;meta_value != $value || $meta-&gt;meta_key != $key ) {
-                        if ( !$u = update_metadata_by_mid( 'post', $mid, $value, $key ) )
-                                die('0'); // We know meta exists; we also know it's unchanged (or DB error, in which case there are bigger problems).
-                }
-
-                $x = new WP_Ajax_Response( array(
-                        'what' =&gt; 'meta',
-                        'id' =&gt; $mid, 'old_id' =&gt; $mid,
-                        'data' =&gt; _list_meta_row( array(
-                                'meta_key' =&gt; $key,
-                                'meta_value' =&gt; $value,
-                                'meta_id' =&gt; $mid
-                        ), $c ),
-                        'position' =&gt; 0,
-                        'supplemental' =&gt; array('postid' =&gt; $meta-&gt;post_id)
-                ) );
-        }
-        $x-&gt;send();
-        break;
-case 'add-user' :
-        check_ajax_referer( $action );
-        if ( ! current_user_can('create_users') )
-                die('-1');
-        if ( ! $user_id = edit_user() ) {
-                die('0');
-        } elseif ( is_wp_error( $user_id ) ) {
-                $x = new WP_Ajax_Response( array(
-                        'what' =&gt; 'user',
-                        'id' =&gt; $user_id
-                ) );
-                $x-&gt;send();
-        }
-        $user_object = new WP_User( $user_id );
-
-        $wp_list_table = _get_list_table('WP_Users_List_Table');
-
-        $x = new WP_Ajax_Response( array(
-                'what' =&gt; 'user',
-                'id' =&gt; $user_id,
-                'data' =&gt; $wp_list_table-&gt;single_row( $user_object, '', $user_object-&gt;roles[0] ),
-                'supplemental' =&gt; array(
-                        'show-link' =&gt; sprintf(__( 'User &lt;a href=&quot;#%s&quot;&gt;%s&lt;/a&gt; added' ), &quot;user-$user_id&quot;, $user_object-&gt;user_login),
-                        'role' =&gt; $user_object-&gt;roles[0]
-                )
-        ) );
-        $x-&gt;send();
-        break;
-case 'autosave' : // The name of this action is hardcoded in edit_post()
-        define( 'DOING_AUTOSAVE', true );
-
-        $nonce_age = check_ajax_referer( 'autosave', 'autosavenonce' );
-
-        $_POST['post_category'] = explode(&quot;,&quot;, $_POST['catslist']);
-        if ( $_POST['post_type'] == 'page' || empty($_POST['post_category']) )
-                unset($_POST['post_category']);
-
-        $do_autosave = (bool) $_POST['autosave'];
-        $do_lock = true;
-
-        $data = $alert = '';
-        /* translators: draft saved date format, see http://php.net/date */
-        $draft_saved_date_format = __('g:i:s a');
-        /* translators: %s: date and time */
-        $message = sprintf( __('Draft saved at %s.'), date_i18n( $draft_saved_date_format ) );
-
-        $supplemental = array();
-        if ( isset($login_grace_period) )
-                $alert .= sprintf( __('Your login has expired. Please open a new browser window and &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;log in again&lt;/a&gt;. '), add_query_arg( 'interim-login', 1, wp_login_url() ) );
-
-        $id = $revision_id = 0;
-
-        $post_ID = (int) $_POST['post_ID'];
-        $_POST['ID'] = $post_ID;
-        $post = get_post($post_ID);
-        if ( 'auto-draft' == $post-&gt;post_status )
-                $_POST['post_status'] = 'draft';
-
-        if ( $last = wp_check_post_lock( $post-&gt;ID ) ) {
-                $do_autosave = $do_lock = false;
-
-                $last_user = get_userdata( $last );
-                $last_user_name = $last_user ? $last_user-&gt;display_name : __( 'Someone' );
-                $data = __( 'Autosave disabled.' );
-
-                $supplemental['disable_autosave'] = 'disable';
-                $alert .= sprintf( __( '%s is currently editing this article. If you update it, you will overwrite the changes.' ), esc_html( $last_user_name ) );
-        }
-
-        if ( 'page' == $post-&gt;post_type ) {
-                if ( !current_user_can('edit_page', $post_ID) )
-                        die(__('You are not allowed to edit this page.'));
-        } else {
-                if ( !current_user_can('edit_post', $post_ID) )
-                        die(__('You are not allowed to edit this post.'));
-        }
-
-        if ( $do_autosave ) {
-                // Drafts and auto-drafts are just overwritten by autosave
-                if ( 'auto-draft' == $post-&gt;post_status || 'draft' == $post-&gt;post_status ) {
-                        $id = edit_post();
-                } else { // Non drafts are not overwritten. The autosave is stored in a special post revision.
-                        $revision_id = wp_create_post_autosave( $post-&gt;ID );
-                        if ( is_wp_error($revision_id) )
-                                $id = $revision_id;
-                        else
-                                $id = $post-&gt;ID;
-                }
-                $data = $message;
-        } else {
-                if ( ! empty( $_POST['auto_draft'] ) )
-                        $id = 0; // This tells us it didn't actually save
-                else
-                        $id = $post-&gt;ID;
-        }
-
-        if ( $do_lock &amp;&amp; empty( $_POST['auto_draft'] ) &amp;&amp; $id &amp;&amp; is_numeric( $id ) ) {
-                $lock_result = wp_set_post_lock( $id );
-                $supplemental['active-post-lock'] = implode( ':', $lock_result );
-        }
-
-        if ( $nonce_age == 2 ) {
-                $supplemental['replace-autosavenonce'] = wp_create_nonce('autosave');
-                $supplemental['replace-getpermalinknonce'] = wp_create_nonce('getpermalink');
-                $supplemental['replace-samplepermalinknonce'] = wp_create_nonce('samplepermalink');
-                $supplemental['replace-closedpostboxesnonce'] = wp_create_nonce('closedpostboxes');
-                $supplemental['replace-_ajax_linking_nonce'] = wp_create_nonce( 'internal-linking' );
-                if ( $id ) {
-                        if ( $_POST['post_type'] == 'post' )
-                                $supplemental['replace-_wpnonce'] = wp_create_nonce('update-post_' . $id);
-                        elseif ( $_POST['post_type'] == 'page' )
-                                $supplemental['replace-_wpnonce'] = wp_create_nonce('update-page_' . $id);
-                }
-        }
-
-        if ( ! empty($alert) )
-                $supplemental['alert'] = $alert;
-
-        $x = new WP_Ajax_Response( array(
-                'what' =&gt; 'autosave',
-                'id' =&gt; $id,
-                'data' =&gt; $id ? $data : '',
-                'supplemental' =&gt; $supplemental
-        ) );
-        $x-&gt;send();
-        break;
-case 'closed-postboxes' :
-        check_ajax_referer( 'closedpostboxes', 'closedpostboxesnonce' );
-        $closed = isset( $_POST['closed'] ) ? explode( ',', $_POST['closed']) : array();
-        $closed = array_filter($closed);
-
-        $hidden = isset( $_POST['hidden'] ) ? explode( ',', $_POST['hidden']) : array();
-        $hidden = array_filter($hidden);
-
-        $page = isset( $_POST['page'] ) ? $_POST['page'] : '';
-
-        if ( $page != sanitize_key( $page ) )
-                die('0');
-
-        if ( ! $user = wp_get_current_user() )
-                die('-1');
-
-        if ( is_array($closed) )
-                update_user_option($user-&gt;ID, &quot;closedpostboxes_$page&quot;, $closed, true);
-
-        if ( is_array($hidden) ) {
-                $hidden = array_diff( $hidden, array('submitdiv', 'linksubmitdiv', 'manage-menu', 'create-menu') ); // postboxes that are always shown
-                update_user_option($user-&gt;ID, &quot;metaboxhidden_$page&quot;, $hidden, true);
-        }
-
-        die('1');
-        break;
-case 'hidden-columns' :
-        check_ajax_referer( 'screen-options-nonce', 'screenoptionnonce' );
-        $hidden = isset( $_POST['hidden'] ) ? $_POST['hidden'] : '';
-        $hidden = explode( ',', $_POST['hidden'] );
-        $page = isset( $_POST['page'] ) ? $_POST['page'] : '';
-
-        if ( $page != sanitize_key( $page ) )
-                die('0');
-
-        if ( ! $user = wp_get_current_user() )
-                die('-1');
-
-        if ( is_array($hidden) )
-                update_user_option($user-&gt;ID, &quot;manage{$page}columnshidden&quot;, $hidden, true);
-
-        die('1');
-        break;
-case 'update-welcome-panel' :
-        check_ajax_referer( 'welcome-panel-nonce', 'welcomepanelnonce' );
-
-        if ( ! current_user_can( 'edit_theme_options' ) )
-                die('-1');
-
-        update_user_meta( get_current_user_id(), 'show_welcome_panel', empty( $_POST['visible'] ) ? 0 : 1 );
-
-        die('1');
-        break;
-case 'menu-get-metabox' :
-        if ( ! current_user_can( 'edit_theme_options' ) )
-                die('-1');
-
-        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
-
-        if ( isset( $_POST['item-type'] ) &amp;&amp; 'post_type' == $_POST['item-type'] ) {
-                $type = 'posttype';
-                $callback = 'wp_nav_menu_item_post_type_meta_box';
-                $items = (array) get_post_types( array( 'show_in_nav_menus' =&gt; true ), 'object' );
-        } elseif ( isset( $_POST['item-type'] ) &amp;&amp; 'taxonomy' == $_POST['item-type'] ) {
-                $type = 'taxonomy';
-                $callback = 'wp_nav_menu_item_taxonomy_meta_box';
-                $items = (array) get_taxonomies( array( 'show_ui' =&gt; true ), 'object' );
-        }
-
-        if ( ! empty( $_POST['item-object'] ) &amp;&amp; isset( $items[$_POST['item-object']] ) ) {
-                $item = apply_filters( 'nav_menu_meta_box_object', $items[ $_POST['item-object'] ] );
-                ob_start();
-                call_user_func_array($callback, array(
-                        null,
-                        array(
-                                'id' =&gt; 'add-' . $item-&gt;name,
-                                'title' =&gt; $item-&gt;labels-&gt;name,
-                                'callback' =&gt; $callback,
-                                'args' =&gt; $item,
-                        )
-                ));
-
-                $markup = ob_get_clean();
-
-                echo json_encode(array(
-                        'replace-id' =&gt; $type . '-' . $item-&gt;name,
-                        'markup' =&gt; $markup,
-                ));
-        }
-
-        exit;
-        break;
-case 'menu-quick-search':
-        if ( ! current_user_can( 'edit_theme_options' ) )
-                die('-1');
-
-        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
-
-        _wp_ajax_menu_quick_search( $_REQUEST );
-
-        exit;
-        break;
-case 'wp-link-ajax':
-        check_ajax_referer( 'internal-linking', '_ajax_linking_nonce' );
-
-        $args = array();
-
-        if ( isset( $_POST['search'] ) )
-                $args['s'] = stripslashes( $_POST['search'] );
-        $args['pagenum'] = ! empty( $_POST['page'] ) ? absint( $_POST['page'] ) : 1;
-
-        require(ABSPATH . WPINC . '/class-wp-editor.php');
-        $results = _WP_Editors::wp_link_query( $args );
-
-        if ( ! isset( $results ) )
-                die( '0' );
-
-        echo json_encode( $results );
-        echo &quot;\n&quot;;
-
-        exit;
-        break;
-case 'menu-locations-save':
-        if ( ! current_user_can( 'edit_theme_options' ) )
-                die('-1');
-        check_ajax_referer( 'add-menu_item', 'menu-settings-column-nonce' );
-        if ( ! isset( $_POST['menu-locations'] ) )
-                die('0');
-        set_theme_mod( 'nav_menu_locations', array_map( 'absint', $_POST['menu-locations'] ) );
-        die('1');
-        break;
-case 'meta-box-order':
-        check_ajax_referer( 'meta-box-order' );
-        $order = isset( $_POST['order'] ) ? (array) $_POST['order'] : false;
-        $page_columns = isset( $_POST['page_columns'] ) ? $_POST['page_columns'] : 'auto';
-
-        if ( $page_columns != 'auto' )
-                $page_columns = (int) $page_columns;
-
-        $page = isset( $_POST['page'] ) ? $_POST['page'] : '';
-
-        if ( $page != sanitize_key( $page ) )
-                die('0');
-
-        if ( ! $user = wp_get_current_user() )
-                die('-1');
-
-        if ( $order )
-                update_user_option($user-&gt;ID, &quot;meta-box-order_$page&quot;, $order, true);
-
-        if ( $page_columns )
-                update_user_option($user-&gt;ID, &quot;screen_layout_$page&quot;, $page_columns, true);
-
-        die('1');
-        break;
-case 'get-permalink':
-        check_ajax_referer( 'getpermalink', 'getpermalinknonce' );
-        $post_id = isset($_POST['post_id'])? intval($_POST['post_id']) : 0;
-        die(add_query_arg(array('preview' =&gt; 'true'), get_permalink($post_id)));
-break;
-case 'sample-permalink':
-        check_ajax_referer( 'samplepermalink', 'samplepermalinknonce' );
-        $post_id = isset($_POST['post_id'])? intval($_POST['post_id']) : 0;
-        $title = isset($_POST['new_title'])? $_POST['new_title'] : '';
-        $slug = isset($_POST['new_slug'])? $_POST['new_slug'] : null;
-        die(get_sample_permalink_html($post_id, $title, $slug));
-break;
-case 'inline-save':
-        check_ajax_referer( 'inlineeditnonce', '_inline_edit' );
-
-        if ( ! isset($_POST['post_ID']) || ! ( $post_ID = (int) $_POST['post_ID'] ) )
-                exit;
-
-        if ( 'page' == $_POST['post_type'] ) {
-                if ( ! current_user_can( 'edit_page', $post_ID ) )
-                        die( __('You are not allowed to edit this page.') );
-        } else {
-                if ( ! current_user_can( 'edit_post', $post_ID ) )
-                        die( __('You are not allowed to edit this post.') );
-        }
-
-        set_current_screen( $_POST['screen'] );
-
-        if ( $last = wp_check_post_lock( $post_ID ) ) {
-                $last_user = get_userdata( $last );
-                $last_user_name = $last_user ? $last_user-&gt;display_name : __( 'Someone' );
-                printf( $_POST['post_type'] == 'page' ? __( 'Saving is disabled: %s is currently editing this page.' ) : __( 'Saving is disabled: %s is currently editing this post.' ),        esc_html( $last_user_name ) );
-                exit;
-        }
-
-        $data = &amp;$_POST;
-
-        $post = get_post( $post_ID, ARRAY_A );
-        $post = add_magic_quotes($post); //since it is from db
-
-        $data['content'] = $post['post_content'];
-        $data['excerpt'] = $post['post_excerpt'];
-
-        // rename
-        $data['user_ID'] = $GLOBALS['user_ID'];
-
-        if ( isset($data['post_parent']) )
-                $data['parent_id'] = $data['post_parent'];
-
-        // status
-        if ( isset($data['keep_private']) &amp;&amp; 'private' == $data['keep_private'] )
-                $data['post_status'] = 'private';
-        else
-                $data['post_status'] = $data['_status'];
-
-        if ( empty($data['comment_status']) )
-                $data['comment_status'] = 'closed';
-        if ( empty($data['ping_status']) )
-                $data['ping_status'] = 'closed';
-
-        // update the post
-        edit_post();
-
-        $wp_list_table = _get_list_table('WP_Posts_List_Table');
-
-        $mode = $_POST['post_view'];
-        $wp_list_table-&gt;display_rows( array( get_post( $_POST['post_ID'] ) ) );
-
-        exit;
-        break;
-case 'inline-save-tax':
-        check_ajax_referer( 'taxinlineeditnonce', '_inline_edit' );
-
-        $taxonomy = sanitize_key( $_POST['taxonomy'] );
-        $tax = get_taxonomy( $taxonomy );
-        if ( ! $tax )
-                die( '0' );
-
-        if ( ! current_user_can( $tax-&gt;cap-&gt;edit_terms ) )
-                die( '-1' );
-
-        set_current_screen( 'edit-' . $taxonomy );
-
-        $wp_list_table = _get_list_table('WP_Terms_List_Table');
-
-        if ( ! isset($_POST['tax_ID']) || ! ( $id = (int) $_POST['tax_ID'] ) )
-                die(-1);
-
-        $tag = get_term( $id, $taxonomy );
-        $_POST['description'] = $tag-&gt;description;
-
-        $updated = wp_update_term($id, $taxonomy, $_POST);
-        if ( $updated &amp;&amp; !is_wp_error($updated) ) {
-                $tag = get_term( $updated['term_id'], $taxonomy );
-                if ( !$tag || is_wp_error( $tag ) ) {
-                        if ( is_wp_error($tag) &amp;&amp; $tag-&gt;get_error_message() )
-                                die( $tag-&gt;get_error_message() );
-                        die( __('Item not updated.') );
-                }
-
-                echo $wp_list_table-&gt;single_row( $tag );
-        } else {
-                if ( is_wp_error($updated) &amp;&amp; $updated-&gt;get_error_message() )
-                        die( $updated-&gt;get_error_message() );
-                die( __('Item not updated.') );
-        }
-
-        exit;
-        break;
-case 'find_posts':
-        check_ajax_referer( 'find-posts' );
-
-        if ( empty($_POST['ps']) )
-                exit;
-
-        if ( !empty($_POST['post_type']) &amp;&amp; in_array( $_POST['post_type'], get_post_types() ) )
-                $what = $_POST['post_type'];
-        else
-                $what = 'post';
-
-        $s = stripslashes($_POST['ps']);
-        preg_match_all('/&quot;.*?(&quot;|$)|((?&lt;=[\\s&quot;,+])|^)[^\\s&quot;,+]+/', $s, $matches);
-        $search_terms = array_map('_search_terms_tidy', $matches[0]);
-
-        $searchand = $search = '';
-        foreach ( (array) $search_terms as $term ) {
-                $term = esc_sql( like_escape( $term ) );
-                $search .= &quot;{$searchand}(($wpdb-&gt;posts.post_title LIKE '%{$term}%') OR ($wpdb-&gt;posts.post_content LIKE '%{$term}%'))&quot;;
-                $searchand = ' AND ';
-        }
-        $term = esc_sql( like_escape( $s ) );
-        if ( count($search_terms) &gt; 1 &amp;&amp; $search_terms[0] != $s )
-                $search .= &quot; OR ($wpdb-&gt;posts.post_title LIKE '%{$term}%') OR ($wpdb-&gt;posts.post_content LIKE '%{$term}%')&quot;;
-
-        $posts = $wpdb-&gt;get_results( &quot;SELECT ID, post_title, post_status, post_date FROM $wpdb-&gt;posts WHERE post_type = '$what' AND post_status IN ('draft', 'publish') AND ($search) ORDER BY post_date_gmt DESC LIMIT 50&quot; );
-
-        if ( ! $posts ) {
-                $posttype = get_post_type_object($what);
-                exit($posttype-&gt;labels-&gt;not_found);
-        }
-
-        $html = '&lt;table class=&quot;widefat&quot; cellspacing=&quot;0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class=&quot;found-radio&quot;&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;'.__('Title').'&lt;/th&gt;&lt;th&gt;'.__('Date').'&lt;/th&gt;&lt;th&gt;'.__('Status').'&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;';
-        foreach ( $posts as $post ) {
-
-                switch ( $post-&gt;post_status ) {
-                        case 'publish' :
-                        case 'private' :
-                                $stat = __('Published');
-                                break;
-                        case 'future' :
-                                $stat = __('Scheduled');
-                                break;
-                        case 'pending' :
-                                $stat = __('Pending Review');
-                                break;
-                        case 'draft' :
-                                $stat = __('Draft');
-                                break;
-                }
-
-                if ( '0000-00-00 00:00:00' == $post-&gt;post_date ) {
-                        $time = '';
-                } else {
-                        /* translators: date format in table columns, see http://php.net/date */
-                        $time = mysql2date(__('Y/m/d'), $post-&gt;post_date);
-                }
-
-                $html .= '&lt;tr class=&quot;found-posts&quot;&gt;&lt;td class=&quot;found-radio&quot;&gt;&lt;input type=&quot;radio&quot; id=&quot;found-'.$post-&gt;ID.'&quot; name=&quot;found_post_id&quot; value=&quot;' . esc_attr($post-&gt;ID) . '&quot;&gt;&lt;/td&gt;';
-                $html .= '&lt;td&gt;&lt;label for=&quot;found-'.$post-&gt;ID.'&quot;&gt;'.esc_html( $post-&gt;post_title ).'&lt;/label&gt;&lt;/td&gt;&lt;td&gt;'.esc_html( $time ).'&lt;/td&gt;&lt;td&gt;'.esc_html( $stat ).'&lt;/td&gt;&lt;/tr&gt;'.&quot;\n\n&quot;;
-        }
-        $html .= '&lt;/tbody&gt;&lt;/table&gt;';
-
-        $x = new WP_Ajax_Response();
-        $x-&gt;add( array(
-                'what' =&gt; $what,
-                'data' =&gt; $html
-        ));
-        $x-&gt;send();
-
-        break;
-case 'widgets-order' :
-        check_ajax_referer( 'save-sidebar-widgets', 'savewidgets' );
-
-        if ( !current_user_can('edit_theme_options') )
-                die('-1');
-
-        unset( $_POST['savewidgets'], $_POST['action'] );
-
-        // save widgets order for all sidebars
-        if ( is_array($_POST['sidebars']) ) {
-                $sidebars = array();
-                foreach ( $_POST['sidebars'] as $key =&gt; $val ) {
-                        $sb = array();
-                        if ( !empty($val) ) {
-                                $val = explode(',', $val);
-                                foreach ( $val as $k =&gt; $v ) {
-                                        if ( strpos($v, 'widget-') === false )
-                                                continue;
-
-                                        $sb[$k] = substr($v, strpos($v, '_') + 1);
-                                }
-                        }
-                        $sidebars[$key] = $sb;
-                }
-                wp_set_sidebars_widgets($sidebars);
-                die('1');
-        }
-
-        die('-1');
-        break;
-case 'save-widget' :
-        check_ajax_referer( 'save-sidebar-widgets', 'savewidgets' );
-
-        if ( !current_user_can('edit_theme_options') || !isset($_POST['id_base']) )
-                die('-1');
-
-        unset( $_POST['savewidgets'], $_POST['action'] );
-
-        do_action('load-widgets.php');
-        do_action('widgets.php');
-        do_action('sidebar_admin_setup');
-
-        $id_base = $_POST['id_base'];
-        $widget_id = $_POST['widget-id'];
-        $sidebar_id = $_POST['sidebar'];
-        $multi_number = !empty($_POST['multi_number']) ? (int) $_POST['multi_number'] : 0;
-        $settings = isset($_POST['widget-' . $id_base]) &amp;&amp; is_array($_POST['widget-' . $id_base]) ? $_POST['widget-' . $id_base] : false;
-        $error = '&lt;p&gt;' . __('An error has occurred. Please reload the page and try again.') . '&lt;/p&gt;';
-
-        $sidebars = wp_get_sidebars_widgets();
-        $sidebar = isset($sidebars[$sidebar_id]) ? $sidebars[$sidebar_id] : array();
-
-        // delete
-        if ( isset($_POST['delete_widget']) &amp;&amp; $_POST['delete_widget'] ) {
-
-                if ( !isset($wp_registered_widgets[$widget_id]) )
-                        die($error);
-
-                $sidebar = array_diff( $sidebar, array($widget_id) );
-                $_POST = array('sidebar' =&gt; $sidebar_id, 'widget-' . $id_base =&gt; array(), 'the-widget-id' =&gt; $widget_id, 'delete_widget' =&gt; '1');
-        } elseif ( $settings &amp;&amp; preg_match( '/__i__|%i%/', key($settings) ) ) {
-                if ( !$multi_number )
-                        die($error);
-
-                $_POST['widget-' . $id_base] = array( $multi_number =&gt; array_shift($settings) );
-                $widget_id = $id_base . '-' . $multi_number;
-                $sidebar[] = $widget_id;
-        }
-        $_POST['widget-id'] = $sidebar;
-
-        foreach ( (array) $wp_registered_widget_updates as $name =&gt; $control ) {
-
-                if ( $name == $id_base ) {
-                        if ( !is_callable( $control['callback'] ) )
-                                continue;
-
-                        ob_start();
-                                call_user_func_array( $control['callback'], $control['params'] );
-                        ob_end_clean();
-                        break;
-                }
-        }
-
-        if ( isset($_POST['delete_widget']) &amp;&amp; $_POST['delete_widget'] ) {
-                $sidebars[$sidebar_id] = $sidebar;
-                wp_set_sidebars_widgets($sidebars);
-                echo &quot;deleted:$widget_id&quot;;
-                die();
-        }
-
-        if ( !empty($_POST['add_new']) )
-                die();
-
-        if ( $form = $wp_registered_widget_controls[$widget_id] )
-                call_user_func_array( $form['callback'], $form['params'] );
-
-        die();
-        break;
-case 'image-editor':
-        $attachment_id = intval($_POST['postid']);
-        if ( empty($attachment_id) || !current_user_can('edit_post', $attachment_id) )
-                die('-1');
-
-        check_ajax_referer( &quot;image_editor-$attachment_id&quot; );
-        include_once( ABSPATH . 'wp-admin/includes/image-edit.php' );
-
-        $msg = false;
-        switch ( $_POST['do'] ) {
-                case 'save' :
-                        $msg = wp_save_image($attachment_id);
-                        $msg = json_encode($msg);
-                        die($msg);
-                        break;
-                case 'scale' :
-                        $msg = wp_save_image($attachment_id);
-                        break;
-                case 'restore' :
-                        $msg = wp_restore_image($attachment_id);
-                        break;
-        }
-
-        wp_image_editor($attachment_id, $msg);
-        die();
-        break;
-case 'set-post-thumbnail':
-        $post_ID = intval( $_POST['post_id'] );
-        if ( !current_user_can( 'edit_post', $post_ID ) )
-                die( '-1' );
-        $thumbnail_id = intval( $_POST['thumbnail_id'] );
-
-        check_ajax_referer( &quot;set_post_thumbnail-$post_ID&quot; );
-
-        if ( $thumbnail_id == '-1' ) {
-                if ( delete_post_thumbnail( $post_ID ) )
-                        die( _wp_post_thumbnail_html() );
-                else
-                        die( '0' );
-        }
-
-        if ( set_post_thumbnail( $post_ID, $thumbnail_id ) )
-                die( _wp_post_thumbnail_html( $thumbnail_id ) );
-        die( '0' );
-        break;
-case 'date_format' :
-        die( date_i18n( sanitize_option( 'date_format', $_POST['date'] ) ) );
-        break;
-case 'time_format' :
-        die( date_i18n( sanitize_option( 'time_format', $_POST['date'] ) ) );
-        break;
-case 'wp-fullscreen-save-post' :
-        $post_id = isset( $_POST['post_ID'] ) ? (int) $_POST['post_ID'] : 0;
-
-        $post = $post_type = null;
-
-        if ( $post_id )
-                $post = get_post( $post_id );
-
-        if ( $post )
-                $post_type = $post-&gt;post_type;
-        elseif ( isset( $_POST['post_type'] ) &amp;&amp; post_type_exists( $_POST['post_type'] ) )
-                $post_type = $_POST['post_type'];
-
-        check_ajax_referer('update-' . $post_type . '_' . $post_id, '_wpnonce');
-
-        $post_id = edit_post();
-
-        if ( is_wp_error($post_id) ) {
-                if ( $post_id-&gt;get_error_message() )
-                        $message = $post_id-&gt;get_error_message();
-                else
-                        $message = __('Save failed');
-
-                echo json_encode( array( 'message' =&gt; $message, 'last_edited' =&gt; '' ) );
-                die();
-        } else {
-                $message = __('Saved.');
-        }
-
-        if ( $post ) {
-                $last_date = mysql2date( get_option('date_format'), $post-&gt;post_modified );
-                $last_time = mysql2date( get_option('time_format'), $post-&gt;post_modified );
-        } else {
-                $last_date = date_i18n( get_option('date_format') );
-                $last_time = date_i18n( get_option('time_format') );
-        }
-
-        if ( $last_id = get_post_meta($post_id, '_edit_last', true) ) {
-                $last_user = get_userdata($last_id);
-                $last_edited = sprintf( __('Last edited by %1$s on %2$s at %3$s'), esc_html( $last_user-&gt;display_name ), $last_date, $last_time );
-        } else {
-                $last_edited = sprintf( __('Last edited on %1$s at %2$s'), $last_date, $last_time );
-        }
-
-        echo json_encode( array( 'message' =&gt; $message, 'last_edited' =&gt; $last_edited ) );
-        die();
-        break;
-case 'wp-remove-post-lock' :
-        if ( empty( $_POST['post_ID'] ) || empty( $_POST['active_post_lock'] ) )
-                die( '0' );
-        $post_id = (int) $_POST['post_ID'];
-        if ( ! $post = get_post( $post_id ) )
-                die( '0' );
-
-        check_ajax_referer( 'update-' . $post-&gt;post_type . '_' . $post_id );
-
-        if ( ! current_user_can( 'edit_post', $post_id ) )
-                die( '-1' );
-
-        $active_lock = array_map( 'absint', explode( ':', $_POST['active_post_lock'] ) );
-        if ( $active_lock[1] != get_current_user_id() )
-                die( '0' );
-
-        $new_lock = ( time() - apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 ) + 5 ) . ':' . $active_lock[1];
-        update_post_meta( $post_id, '_edit_lock', $new_lock, implode( ':', $active_lock ) );
-        die( '1' );
-case 'dismiss-wp-pointer' :
-        $pointer = $_POST['pointer'];
-        if ( $pointer != sanitize_key( $pointer ) )
-                die( '0' );
-
-//        check_ajax_referer( 'dismiss-pointer_' . $pointer );
-
-        $dismissed = array_filter( explode( ',', (string) get_user_meta( get_current_user_id(), 'dismissed_wp_pointers', true ) ) );
-
-        if ( in_array( $pointer, $dismissed ) )
-                die( '0' );
-
-        $dismissed[] = $pointer;
-        $dismissed = implode( ',', $dismissed );
-
-        update_user_meta( get_current_user_id(), 'dismissed_wp_pointers', $dismissed );
-        die( '1' );
-        break;
-default :
-        do_action( 'wp_ajax_' . $_POST['action'] );
-        die('0');
-        break;
-endswitch;
</del><ins>+// Default status
+die( '-1' );
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpadminincludesajaxactionsphpfromrev19734trunkwpadminadminajaxphp"></a>
<div class="copfile"><h4>Copied: trunk/wp-admin/includes/ajax-actions.php (from rev 19734, trunk/wp-admin/admin-ajax.php) (0 => 19738)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/ajax-actions.php                                (rev 0)
+++ trunk/wp-admin/includes/ajax-actions.php        2012-01-23 19:12:04 UTC (rev 19738)
</span><span class="lines">@@ -0,0 +1,1638 @@
</span><ins>+&lt;?php
+/**
+ * WordPress Core Ajax Handlers.
+ *
+ * @package WordPress
+ * @subpackage Administration
+ */
+
+/*
+ * No-privilege Ajax handlers.
+ */
+
+function wp_ajax_nopriv_autosave() {
+        $id = isset( $_POST['post_ID'] ) ? (int) $_POST['post_ID'] : 0;
+
+        if ( ! $id )
+                die('-1');
+
+        $message = sprintf( __('&lt;strong&gt;ALERT: You are logged out!&lt;/strong&gt; Could not save draft. &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;Please log in again.&lt;/a&gt;'), wp_login_url() );
+        $x = new WP_Ajax_Response( array(
+                'what' =&gt; 'autosave',
+                'id' =&gt; $id,
+                'data' =&gt; $message
+        ) );
+        $x-&gt;send();
+}
+
+/*
+ * GET-based Ajax handlers.
+ */
+function wp_ajax_fetch_list() {
+        global $current_screen, $wp_list_table;
+
+        $list_class = $_GET['list_args']['class'];
+        check_ajax_referer( &quot;fetch-list-$list_class&quot;, '_ajax_fetch_list_nonce' );
+
+        $current_screen = convert_to_screen( $_GET['list_args']['screen']['id'] );
+
+        define( 'WP_NETWORK_ADMIN', $current_screen-&gt;is_network );
+        define( 'WP_USER_ADMIN', $current_screen-&gt;is_user );
+
+        $wp_list_table = _get_list_table( $list_class );
+        if ( ! $wp_list_table )
+                die( '0' );
+
+        if ( ! $wp_list_table-&gt;ajax_user_can() )
+                die( '-1' );
+
+        $wp_list_table-&gt;ajax_response();
+
+        die( '0' );
+}
+function wp_ajax_ajax_tag_search() {
+        global $wpdb;
+
+        if ( isset( $_GET['tax'] ) ) {
+                $taxonomy = sanitize_key( $_GET['tax'] );
+                $tax = get_taxonomy( $taxonomy );
+                if ( ! $tax )
+                        die( '0' );
+                if ( ! current_user_can( $tax-&gt;cap-&gt;assign_terms ) )
+                        die( '-1' );
+        } else {
+                die('0');
+        }
+
+        $s = stripslashes( $_GET['q'] );
+
+        if ( false !== strpos( $s, ',' ) ) {
+                $s = explode( ',', $s );
+                $s = $s[count( $s ) - 1];
+        }
+        $s = trim( $s );
+        if ( strlen( $s ) &lt; 2 )
+                die; // require 2 chars for matching
+
+        $results = $wpdb-&gt;get_col( $wpdb-&gt;prepare( &quot;SELECT t.name FROM $wpdb-&gt;term_taxonomy AS tt INNER JOIN $wpdb-&gt;terms AS t ON tt.term_id = t.term_id WHERE tt.taxonomy = %s AND t.name LIKE (%s)&quot;, $taxonomy, '%' . like_escape( $s ) . '%' ) );
+
+        echo join( $results, &quot;\n&quot; );
+        die;
+}
+
+function wp_ajax_wp_compression_test() {
+        if ( !current_user_can( 'manage_options' ) )
+                die('-1');
+
+        if ( ini_get('zlib.output_compression') || 'ob_gzhandler' == ini_get('output_handler') ) {
+                update_site_option('can_compress_scripts', 0);
+                die('0');
+        }
+
+        if ( isset($_GET['test']) ) {
+                header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
+                header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
+                header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
+                header( 'Pragma: no-cache' );
+                header('Content-Type: application/x-javascript; charset=UTF-8');
+                $force_gzip = ( defined('ENFORCE_GZIP') &amp;&amp; ENFORCE_GZIP );
+                $test_str = '&quot;wpCompressionTest Lorem ipsum dolor sit amet consectetuer mollis sapien urna ut a. Eu nonummy condimentum fringilla tempor pretium platea vel nibh netus Maecenas. Hac molestie amet justo quis pellentesque est ultrices interdum nibh Morbi. Cras mattis pretium Phasellus ante ipsum ipsum ut sociis Suspendisse Lorem. Ante et non molestie. Porta urna Vestibulum egestas id congue nibh eu risus gravida sit. Ac augue auctor Ut et non a elit massa id sodales. Elit eu Nulla at nibh adipiscing mattis lacus mauris at tempus. Netus nibh quis suscipit nec feugiat eget sed lorem et urna. Pellentesque lacus at ut massa consectetuer ligula ut auctor semper Pellentesque. Ut metus massa nibh quam Curabitur molestie nec mauris congue. Volutpat molestie elit justo facilisis neque ac risus Ut nascetur tristique. Vitae sit lorem tellus et quis Phasellus lacus tincidunt nunc Fusce. Pharetra wisi Suspendisse mus sagittis libero lacinia Integer consequat ac Phasellus. Et urna ac 
 cursus tortor aliquam Aliquam amet tellus volutpat Vestibulum. Justo interdum condimentum In augue congue tellus sollicitudin Quisque quis nibh.&quot;';
+
+                 if ( 1 == $_GET['test'] ) {
+                         echo $test_str;
+                         die;
+                 } elseif ( 2 == $_GET['test'] ) {
+                        if ( !isset($_SERVER['HTTP_ACCEPT_ENCODING']) )
+                                die('-1');
+                        if ( false !== stripos( $_SERVER['HTTP_ACCEPT_ENCODING'], 'deflate') &amp;&amp; function_exists('gzdeflate') &amp;&amp; ! $force_gzip ) {
+                                header('Content-Encoding: deflate');
+                                $out = gzdeflate( $test_str, 1 );
+                        } elseif ( false !== stripos( $_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') &amp;&amp; function_exists('gzencode') ) {
+                                header('Content-Encoding: gzip');
+                                $out = gzencode( $test_str, 1 );
+                        } else {
+                                die('-1');
+                        }
+                        echo $out;
+                        die;
+                } elseif ( 'no' == $_GET['test'] ) {
+                        update_site_option('can_compress_scripts', 0);
+                } elseif ( 'yes' == $_GET['test'] ) {
+                        update_site_option('can_compress_scripts', 1);
+                }
+        }
+
+        die('0');
+}
+
+function wp_ajax_imgedit_preview() {
+        $post_id = intval($_GET['postid']);
+        if ( empty($post_id) || !current_user_can('edit_post', $post_id) )
+                die('-1');
+
+        check_ajax_referer( &quot;image_editor-$post_id&quot; );
+
+        include_once( ABSPATH . 'wp-admin/includes/image-edit.php' );
+        if ( ! stream_preview_image($post_id) )
+                die('-1');
+
+        die();
+}
+
+function wp_ajax_oembed_cache() {
+        global $wp_embed;
+
+        $return = ( $wp_embed-&gt;cache_oembed( $_GET['post'] ) ) ? '1' : '0';
+        die( $return );
+}
+
+/*
+ * Ajax helper.
+ */
+
+/**
+ * Sends back current comment total and new page links if they need to be updated.
+ *
+ * Contrary to normal success AJAX response (&quot;1&quot;), die with time() on success.
+ *
+ * @since 2.7
+ *
+ * @param int $comment_id
+ * @return die
+ */
+function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) {
+        $total = (int) @$_POST['_total'];
+        $per_page = (int) @$_POST['_per_page'];
+        $page = (int) @$_POST['_page'];
+        $url = esc_url_raw( @$_POST['_url'] );
+        // JS didn't send us everything we need to know. Just die with success message
+        if ( !$total || !$per_page || !$page || !$url )
+                die( (string) time() );
+
+        $total += $delta;
+        if ( $total &lt; 0 )
+                $total = 0;
+
+        // Only do the expensive stuff on a page-break, and about 1 other time per page
+        if ( 0 == $total % $per_page || 1 == mt_rand( 1, $per_page ) ) {
+                $post_id = 0;
+                $status = 'total_comments'; // What type of comment count are we looking for?
+                $parsed = parse_url( $url );
+                if ( isset( $parsed['query'] ) ) {
+                        parse_str( $parsed['query'], $query_vars );
+                        if ( !empty( $query_vars['comment_status'] ) )
+                                $status = $query_vars['comment_status'];
+                        if ( !empty( $query_vars['p'] ) )
+                                $post_id = (int) $query_vars['p'];
+                }
+
+                $comment_count = wp_count_comments($post_id);
+
+                if ( isset( $comment_count-&gt;$status ) ) // We're looking for a known type of comment count
+                        $total = $comment_count-&gt;$status;
+                        // else use the decremented value from above
+        }
+
+        $time = time(); // The time since the last comment count
+
+        $x = new WP_Ajax_Response( array(
+                'what' =&gt; 'comment',
+                'id' =&gt; $comment_id, // here for completeness - not used
+                'supplemental' =&gt; array(
+                        'total_items_i18n' =&gt; sprintf( _n( '1 item', '%s items', $total ), number_format_i18n( $total ) ),
+                        'total_pages' =&gt; ceil( $total / $per_page ),
+                        'total_pages_i18n' =&gt; number_format_i18n( ceil( $total / $per_page ) ),
+                        'total' =&gt; $total,
+                        'time' =&gt; $time
+                )
+        ) );
+        $x-&gt;send();
+}
+
+/*
+ * POST-based Ajax handlers.
+ */
+
+function _wp_ajax_add_hierarchical_term( $action ) {
+        $taxonomy = get_taxonomy(substr($action, 4));
+        check_ajax_referer( $action, '_ajax_nonce-add-' . $taxonomy-&gt;name );
+        if ( !current_user_can( $taxonomy-&gt;cap-&gt;edit_terms ) )
+                die('-1');
+        $names = explode(',', $_POST['new'.$taxonomy-&gt;name]);
+        $parent = isset($_POST['new'.$taxonomy-&gt;name.'_parent']) ? (int) $_POST['new'.$taxonomy-&gt;name.'_parent'] : 0;
+        if ( 0 &gt; $parent )
+                $parent = 0;
+        if ( $taxonomy-&gt;name == 'category' )
+                $post_category = isset($_POST['post_category']) ? (array) $_POST['post_category'] : array();
+        else
+                $post_category = ( isset($_POST['tax_input']) &amp;&amp; isset($_POST['tax_input'][$taxonomy-&gt;name]) ) ? (array) $_POST['tax_input'][$taxonomy-&gt;name] : array();
+        $checked_categories = array_map( 'absint', (array) $post_category );
+        $popular_ids = wp_popular_terms_checklist($taxonomy-&gt;name, 0, 10, false);
+
+        foreach ( $names as $cat_name ) {
+                $cat_name = trim($cat_name);
+                $category_nicename = sanitize_title($cat_name);
+                if ( '' === $category_nicename )
+                        continue;
+                if ( !($cat_id = term_exists($cat_name, $taxonomy-&gt;name, $parent)) ) {
+                        $new_term = wp_insert_term($cat_name, $taxonomy-&gt;name, array('parent' =&gt; $parent));
+                        $cat_id = $new_term['term_id'];
+                }
+                $checked_categories[] = $cat_id;
+                if ( $parent ) // Do these all at once in a second
+                        continue;
+                ob_start();
+                        wp_terms_checklist( 0, array( 'taxonomy' =&gt; $taxonomy-&gt;name, 'descendants_and_self' =&gt; $cat_id, 'selected_cats' =&gt; $checked_categories, 'popular_cats' =&gt; $popular_ids ));
+                $data = ob_get_contents();
+                ob_end_clean();
+                $add = array(
+                        'what' =&gt; $taxonomy-&gt;name,
+                        'id' =&gt; $cat_id,
+                        'data' =&gt; str_replace( array(&quot;\n&quot;, &quot;\t&quot;), '', $data),
+                        'position' =&gt; -1
+                );
+        }
+
+        if ( $parent ) { // Foncy - replace the parent and all its children
+                $parent = get_term( $parent, $taxonomy-&gt;name );
+                $term_id = $parent-&gt;term_id;
+
+                while ( $parent-&gt;parent ) { // get the top parent
+                        $parent = &amp;get_term( $parent-&gt;parent, $taxonomy-&gt;name );
+                        if ( is_wp_error( $parent ) )
+                                break;
+                        $term_id = $parent-&gt;term_id;
+                }
+
+                ob_start();
+                        wp_terms_checklist( 0, array('taxonomy' =&gt; $taxonomy-&gt;name, 'descendants_and_self' =&gt; $term_id, 'selected_cats' =&gt; $checked_categories, 'popular_cats' =&gt; $popular_ids));
+                $data = ob_get_contents();
+                ob_end_clean();
+                $add = array(
+                        'what' =&gt; $taxonomy-&gt;name,
+                        'id' =&gt; $term_id,
+                        'data' =&gt; str_replace( array(&quot;\n&quot;, &quot;\t&quot;), '', $data),
+                        'position' =&gt; -1
+                );
+        }
+
+        ob_start();
+                wp_dropdown_categories( array(
+                        'taxonomy' =&gt; $taxonomy-&gt;name, 'hide_empty' =&gt; 0, 'name' =&gt; 'new'.$taxonomy-&gt;name.'_parent', 'orderby' =&gt; 'name',
+                        'hierarchical' =&gt; 1, 'show_option_none' =&gt; '&amp;mdash; '.$taxonomy-&gt;labels-&gt;parent_item.' &amp;mdash;'
+                ) );
+        $sup = ob_get_contents();
+        ob_end_clean();
+        $add['supplemental'] = array( 'newcat_parent' =&gt; $sup );
+
+        $x = new WP_Ajax_Response( $add );
+        $x-&gt;send();
+}
+
+function wp_ajax_delete_comment() {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        if ( !$comment = get_comment( $id ) )
+                die( (string) time() );
+        if ( ! current_user_can( 'edit_comment', $comment-&gt;comment_ID ) )
+                die('-1');
+
+        check_ajax_referer( &quot;delete-comment_$id&quot; );
+        $status = wp_get_comment_status( $comment-&gt;comment_ID );
+
+        $delta = -1;
+        if ( isset($_POST['trash']) &amp;&amp; 1 == $_POST['trash'] ) {
+                if ( 'trash' == $status )
+                        die( (string) time() );
+                $r = wp_trash_comment( $comment-&gt;comment_ID );
+        } elseif ( isset($_POST['untrash']) &amp;&amp; 1 == $_POST['untrash'] ) {
+                if ( 'trash' != $status )
+                        die( (string) time() );
+                $r = wp_untrash_comment( $comment-&gt;comment_ID );
+                if ( ! isset( $_POST['comment_status'] ) || $_POST['comment_status'] != 'trash' ) // undo trash, not in trash
+                        $delta = 1;
+        } elseif ( isset($_POST['spam']) &amp;&amp; 1 == $_POST['spam'] ) {
+                if ( 'spam' == $status )
+                        die( (string) time() );
+                $r = wp_spam_comment( $comment-&gt;comment_ID );
+        } elseif ( isset($_POST['unspam']) &amp;&amp; 1 == $_POST['unspam'] ) {
+                if ( 'spam' != $status )
+                        die( (string) time() );
+                $r = wp_unspam_comment( $comment-&gt;comment_ID );
+                if ( ! isset( $_POST['comment_status'] ) || $_POST['comment_status'] != 'spam' ) // undo spam, not in spam
+                        $delta = 1;
+        } elseif ( isset($_POST['delete']) &amp;&amp; 1 == $_POST['delete'] ) {
+                $r = wp_delete_comment( $comment-&gt;comment_ID );
+        } else {
+                die('-1');
+        }
+
+        if ( $r ) // Decide if we need to send back '1' or a more complicated response including page links and comment counts
+                _wp_ajax_delete_comment_response( $comment-&gt;comment_ID, $delta );
+        die( '0' );
+}
+
+function wp_ajax_delete_tag() {
+        $tag_id = (int) $_POST['tag_ID'];
+        check_ajax_referer( &quot;delete-tag_$tag_id&quot; );
+
+        $taxonomy = !empty($_POST['taxonomy']) ? $_POST['taxonomy'] : 'post_tag';
+        $tax = get_taxonomy($taxonomy);
+
+        if ( !current_user_can( $tax-&gt;cap-&gt;delete_terms ) )
+                die('-1');
+
+        $tag = get_term( $tag_id, $taxonomy );
+        if ( !$tag || is_wp_error( $tag ) )
+                die('1');
+
+        if ( wp_delete_term($tag_id, $taxonomy))
+                die('1');
+        else
+                die('0');
+}
+
+function wp_ajax_delete_link() {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        check_ajax_referer( &quot;delete-bookmark_$id&quot; );
+        if ( !current_user_can( 'manage_links' ) )
+                die('-1');
+
+        $link = get_bookmark( $id );
+        if ( !$link || is_wp_error( $link ) )
+                die('1');
+
+        if ( wp_delete_link( $id ) )
+                die('1');
+        else
+                die('0');
+}
+
+function wp_ajax_delete_meta() {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        check_ajax_referer( &quot;delete-meta_$id&quot; );
+        if ( !$meta = get_metadata_by_mid( 'post', $id ) )
+                die('1');
+
+        if ( is_protected_meta( $meta-&gt;meta_key, 'post' ) || ! current_user_can( 'delete_post_meta',  $meta-&gt;post_id, $meta-&gt;meta_key ) )
+                die('-1');
+        if ( delete_meta( $meta-&gt;meta_id ) )
+                die('1');
+        die('0');
+}
+
+function wp_ajax_delete_post( $action ) {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        check_ajax_referer( &quot;{$action}_$id&quot; );
+        if ( !current_user_can( 'delete_post', $id ) )
+                die('-1');
+
+        if ( !get_post( $id ) )
+                die('1');
+
+        if ( wp_delete_post( $id ) )
+                die('1');
+        else
+                die('0');
+}
+
+function wp_ajax_trash_post( $action ) {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        check_ajax_referer( &quot;{$action}_$id&quot; );
+        if ( !current_user_can( 'delete_post', $id ) )
+                die('-1');
+
+        if ( !get_post( $id ) )
+                die('1');
+
+        if ( 'trash-post' == $action )
+                $done = wp_trash_post( $id );
+        else
+                $done = wp_untrash_post( $id );
+
+        if ( $done )
+                die('1');
+
+        die('0');
+}
+
+function wp_ajax_untrash_post( $action ) {
+        wp_ajax_trash_post( $action );
+}
+
+function wp_ajax_delete_page( $action ) {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        check_ajax_referer( &quot;{$action}_$id&quot; );
+        if ( !current_user_can( 'delete_page', $id ) )
+                die('-1');
+
+        if ( !get_page( $id ) )
+                die('1');
+
+        if ( wp_delete_post( $id ) )
+                die('1');
+        else
+                die('0');
+}
+
+function wp_ajax_dim_comment() {
+        $id = isset( $_POST['id'] ) ? (int) $_POST['id'] : 0;
+
+        if ( !$comment = get_comment( $id ) ) {
+                $x = new WP_Ajax_Response( array(
+                        'what' =&gt; 'comment',
+                        'id' =&gt; new WP_Error('invalid_comment', sprintf(__('Comment %d does not exist'), $id))
+                ) );
+                $x-&gt;send();
+        }
+
+        if ( ! current_user_can( 'edit_comment', $comment-&gt;comment_ID ) &amp;&amp; ! current_user_can( 'moderate_comments' ) )
+                die('-1');
+
+        $current = wp_get_comment_status( $comment-&gt;comment_ID );
+        if ( $_POST['new'] == $current )
+                die( (string) time() );
+
+        check_ajax_referer( &quot;approve-comment_$id&quot; );
+        if ( in_array( $current, array( 'unapproved', 'spam' ) ) )
+                $result = wp_set_comment_status( $comment-&gt;comment_ID, 'approve', true );
+        else
+                $result = wp_set_comment_status( $comment-&gt;comment_ID, 'hold', true );
+
+        if ( is_wp_error($result) ) {
+                $x = new WP_Ajax_Response( array(
+                        'what' =&gt; 'comment',
+                        'id' =&gt; $result
+                ) );
+                $x-&gt;send();
+        }
+
+        // Decide if we need to send back '1' or a more complicated response including page links and comment counts
+        _wp_ajax_delete_comment_response( $comment-&gt;comment_ID );
+        die( '0' );
+}
+
+function wp_ajax_add_link_category( $action ) {
+        check_ajax_referer( $action );
+        if ( !current_user_can( 'manage_categories' ) )
+                die('-1');
+        $names = explode(',', $_POST['newcat']);
+        $x = new WP_Ajax_Response();
+        foreach ( $names as $cat_name ) {
+                $cat_name = trim($cat_name);
+                $slug = sanitize_title($cat_name);
+                if ( '' === $slug )
+                        continue;
+                if ( !$cat_id = term_exists( $cat_name, 'link_category' ) ) {
+                        $cat_id = wp_insert_term( $cat_name, 'link_category' );
+                }
+                $cat_id = $cat_id['term_id'];
+                $cat_name = esc_html(stripslashes($cat_name));
+                $x-&gt;add( array(
+                        'what' =&gt; 'link-category',
+                        'id' =&gt; $cat_id,
+                        'data' =&gt; &quot;&lt;li id='link-category-$cat_id'&gt;&lt;label for='in-link-category-$cat_id' class='selectit'&gt;&lt;input value='&quot; . esc_attr($cat_id) . &quot;' type='checkbox' checked='checked' name='link_category[]' id='in-link-category-$cat_id'/&gt; $cat_name&lt;/label&gt;&lt;/li&gt;&quot;,
+                        'position' =&gt; -1
+                ) );
+        }
+        $x-&gt;send();
+}
+
+function wp_ajax_add_tag() {
+        global $wp_list_table;
+
+        check_ajax_referer( 'add-tag', '_wpnonce_add-tag' );
+        $post_type = !empty($_POST['post_type']) ? $_POST['post_type'] : 'post';
+        $taxonomy = !empty($_POST['taxonomy']) ? $_POST['taxonomy'] : 'post_tag';
+        $tax = get_taxonomy($taxonomy);
+
+        if ( !current_user_can( $tax-&gt;cap-&gt;edit_terms ) )
+                die('-1');
+
+        $x = new WP_Ajax_Response();
+
+        $tag = wp_insert_term($_POST['tag-name'], $taxonomy, $_POST );
+
+        if ( !$tag || is_wp_error($tag) || (!$tag = get_term( $tag['term_id'], $taxonomy )) ) {
+                $message = __('An error has occurred. Please reload the page and try again.');
+                if ( is_wp_error($tag) &amp;&amp; $tag-&gt;get_error_message() )
+                        $message = $tag-&gt;get_error_message();
+
+                $x-&gt;add( array(
+                        'what' =&gt; 'taxonomy',
+                        'data' =&gt; new WP_Error('error', $message )
+                ) );
+                $x-&gt;send();
+        }
+
+        set_current_screen( $_POST['screen'] );
+
+        $wp_list_table = _get_list_table('WP_Terms_List_Table');
+
+        $level = 0;
+        if ( is_taxonomy_hierarchical($taxonomy) ) {
+                $level = count( get_ancestors( $tag-&gt;term_id, $taxonomy ) );
+                ob_start();
+                $wp_list_table-&gt;single_row( $tag, $level );
+                $noparents = ob_get_clean();
+        }
+
+        ob_start();
+        $wp_list_table-&gt;single_row( $tag );
+        $parents = ob_get_clean();
+
+        $x-&gt;add( array(
+                'what' =&gt; 'taxonomy',
+                'supplemental' =&gt; compact('parents', 'noparents')
+                ) );
+        $x-&gt;add( array(
+                'what' =&gt; 'term',
+                'position' =&gt; $level,
+                'supplemental' =&gt; (array) $tag
+                ) );
+        $x-&gt;send();
+}
+
+function wp_ajax_get_tagcloud() {
+        if ( isset( $_POST['tax'] ) ) {
+                $taxonomy = sanitize_key( $_POST['tax'] );
+                $tax = get_taxonomy( $taxonomy );
+                if ( ! $tax )
+                        die( '0' );
+                if ( ! current_user_can( $tax-&gt;cap-&gt;assign_terms ) )
+                        die( '-1' );
+        } else {
+                die('0');
+        }
+
+        $tags = get_terms( $taxonomy, array( 'number' =&gt; 45, 'orderby' =&gt; 'count', 'order' =&gt; 'DESC' ) );
+
+        if ( empty( $tags ) )
+                die( isset( $tax-&gt;no_tagcloud ) ? $tax-&gt;no_tagcloud : __('No tags found!') );
+
+        if ( is_wp_error( $tags ) )
+                die( $tags-&gt;get_error_message() );
+
+        foreach ( $tags as $key =&gt; $tag ) {
+                $tags[ $key ]-&gt;link = '#';
+                $tags[ $key ]-&gt;id = $tag-&gt;term_id;
+        }
+
+        // We need raw tag names here, so don't filter the output
+        $return = wp_generate_tag_cloud( $tags, array('filter' =&gt; 0) );
+
+        if ( empty($return) )
+                die('0');
+
+        echo $return;
+
+        exit;
+}
+
+function wp_ajax_get_comments( $action ) {
+        global $wp_list_table, $post_id;
+
+        check_ajax_referer( $action );
+
+        set_current_screen( 'edit-comments' );
+
+        $wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
+
+        if ( !current_user_can( 'edit_post', $post_id ) )
+                die('-1');
+
+        $wp_list_table-&gt;prepare_items();
+
+        if ( !$wp_list_table-&gt;has_items() )
+                die('1');
+
+        $x = new WP_Ajax_Response();
+        ob_start();
+        foreach ( $wp_list_table-&gt;items as $comment ) {
+                if ( ! current_user_can( 'edit_comment', $comment-&gt;comment_ID ) )
+                        continue;
+                get_comment( $comment );
+                $wp_list_table-&gt;single_row( $comment );
+        }
+        $comment_list_item = ob_get_contents();
+        ob_end_clean();
+
+        $x-&gt;add( array(
+                'what' =&gt; 'comments',
+                'data' =&gt; $comment_list_item
+        ) );
+        $x-&gt;send();
+}
+
+function wp_ajax_replyto_comment( $action ) {
+        global $wp_list_table, $wpdb;
+
+        check_ajax_referer( $action, '_ajax_nonce-replyto-comment' );
+
+        set_current_screen( 'edit-comments' );
+
+        $comment_post_ID = (int) $_POST['comment_post_ID'];
+        if ( !current_user_can( 'edit_post', $comment_post_ID ) )
+                die('-1');
+
+        $status = $wpdb-&gt;get_var( $wpdb-&gt;prepare(&quot;SELECT post_status FROM $wpdb-&gt;posts WHERE ID = %d&quot;, $comment_post_ID) );
+
+        if ( empty($status) )
+                die('1');
+        elseif ( in_array($status, array('draft', 'pending', 'trash') ) )
+                die( __('ERROR: you are replying to a comment on a draft post.') );
+
+        $user = wp_get_current_user();
+        if ( $user-&gt;ID ) {
+                $comment_author       = $wpdb-&gt;escape($user-&gt;display_name);
+                $comment_author_email = $wpdb-&gt;escape($user-&gt;user_email);
+                $comment_author_url   = $wpdb-&gt;escape($user-&gt;user_url);
+                $comment_content      = trim($_POST['content']);
+                if ( current_user_can( 'unfiltered_html' ) ) {
+                        if ( wp_create_nonce( 'unfiltered-html-comment' ) != $_POST['_wp_unfiltered_html_comment'] ) {
+                                kses_remove_filters(); // start with a clean slate
+                                kses_init_filters(); // set up the filters
+                        }
+                }
+        } else {
+                die( __('Sorry, you must be logged in to reply to a comment.') );
+        }
+
+        if ( '' == $comment_content )
+                die( __('ERROR: please type a comment.') );
+
+        $comment_parent = absint($_POST['comment_ID']);
+        $comment_auto_approved = false;
+        $commentdata = compact('comment_post_ID', 'comment_author', 'comment_author_email', 'comment_author_url', 'comment_content', 'comment_type', 'comment_parent', 'user_ID');
+
+        $comment_id = wp_new_comment( $commentdata );
+        $comment = get_comment($comment_id);
+        if ( ! $comment ) die('1');
+
+        $position = ( isset($_POST['position']) &amp;&amp; (int) $_POST['position'] ) ? (int) $_POST['position'] : '-1';
+
+        // automatically approve parent comment
+        if ( !empty($_POST['approve_parent']) ) {
+                $parent = get_comment( $comment_parent );
+
+                if ( $parent &amp;&amp; $parent-&gt;comment_approved === '0' &amp;&amp; $parent-&gt;comment_post_ID == $comment_post_ID ) {
+                        if ( wp_set_comment_status( $parent-&gt;comment_ID, 'approve' ) )
+                                $comment_auto_approved = true;
+                }
+        }
+
+        ob_start();
+                if ( 'dashboard' == $_REQUEST['mode'] ) {
+                        require_once( ABSPATH . 'wp-admin/includes/dashboard.php' );
+                        _wp_dashboard_recent_comments_row( $comment );
+                } else {
+                        if ( 'single' == $_REQUEST['mode'] ) {
+                                $wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
+                        } else {
+                                $wp_list_table = _get_list_table('WP_Comments_List_Table');
+                        }
+                        $wp_list_table-&gt;single_row( $comment );
+                }
+                $comment_list_item = ob_get_contents();
+        ob_end_clean();
+
+        $response =  array(
+                'what' =&gt; 'comment',
+                'id' =&gt; $comment-&gt;comment_ID,
+                'data' =&gt; $comment_list_item,
+                'position' =&gt; $position
+        );
+
+        if ( $comment_auto_approved )
+                $response['supplemental'] = array( 'parent_approved' =&gt; $parent-&gt;comment_ID );
+
+        $x = new WP_Ajax_Response();
+        $x-&gt;add( $response );
+        $x-&gt;send();
+}
+
+function wp_ajax_edit_comment() {
+        global $wp_list_table;
+
+        check_ajax_referer( 'replyto-comment', '_ajax_nonce-replyto-comment' );
+
+        set_current_screen( 'edit-comments' );
+
+        $comment_id = (int) $_POST['comment_ID'];
+        if ( ! current_user_can( 'edit_comment', $comment_id ) )
+                die('-1');
+
+        if ( '' == $_POST['content'] )
+                die( __('ERROR: please type a comment.') );
+
+        $_POST['comment_status'] = $_POST['status'];
+        edit_comment();
+
+        $position = ( isset($_POST['position']) &amp;&amp; (int) $_POST['position']) ? (int) $_POST['position'] : '-1';
+        $comments_status = isset($_POST['comments_listing']) ? $_POST['comments_listing'] : '';
+
+        $checkbox = ( isset($_POST['checkbox']) &amp;&amp; true == $_POST['checkbox'] ) ? 1 : 0;
+        $wp_list_table = _get_list_table( $checkbox ? 'WP_Comments_List_Table' : 'WP_Post_Comments_List_Table' );
+
+        $comment = get_comment( $comment_id );
+
+        ob_start();
+                $wp_list_table-&gt;single_row( $comment );
+                $comment_list_item = ob_get_contents();
+        ob_end_clean();
+
+        $x = new WP_Ajax_Response();
+
+        $x-&gt;add( array(
+                'what' =&gt; 'edit_comment',
+                'id' =&gt; $comment-&gt;comment_ID,
+                'data' =&gt; $comment_list_item,
+                'position' =&gt; $position
+        ));
+
+        $x-&gt;send();
+}
+
+function wp_ajax_add_menu_item() {
+        if ( ! current_user_can( 'edit_theme_options' ) )
+                die('-1');
+
+        check_ajax_referer( 'add-menu_item', 'menu-settings-column-nonce' );
+
+        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
+
+        // For performance reasons, we omit some object properties from the checklist.
+        // The following is a hacky way to restore them when adding non-custom items.
+
+        $menu_items_data = array();
+        foreach ( (array) $_POST['menu-item'] as $menu_item_data ) {
+                if (
+                        ! empty( $menu_item_data['menu-item-type'] ) &amp;&amp;
+                        'custom' != $menu_item_data['menu-item-type'] &amp;&amp;
+                        ! empty( $menu_item_data['menu-item-object-id'] )
+                ) {
+                        switch( $menu_item_data['menu-item-type'] ) {
+                                case 'post_type' :
+                                        $_object = get_post( $menu_item_data['menu-item-object-id'] );
+                                break;
+
+                                case 'taxonomy' :
+                                        $_object = get_term( $menu_item_data['menu-item-object-id'], $menu_item_data['menu-item-object'] );
+                                break;
+                        }
+
+                        $_menu_items = array_map( 'wp_setup_nav_menu_item', array( $_object ) );
+                        $_menu_item = array_shift( $_menu_items );
+
+                        // Restore the missing menu item properties
+                        $menu_item_data['menu-item-description'] = $_menu_item-&gt;description;
+                }
+
+                $menu_items_data[] = $menu_item_data;
+        }
+
+        $item_ids = wp_save_nav_menu_items( 0, $menu_items_data );
+        if ( is_wp_error( $item_ids ) )
+                die('-1');
+
+        $menu_items = array();
+
+        foreach ( (array) $item_ids as $menu_item_id ) {
+                $menu_obj = get_post( $menu_item_id );
+                if ( ! empty( $menu_obj-&gt;ID ) ) {
+                        $menu_obj = wp_setup_nav_menu_item( $menu_obj );
+                        $menu_obj-&gt;label = $menu_obj-&gt;title; // don't show &quot;(pending)&quot; in ajax-added items
+                        $menu_items[] = $menu_obj;
+                }
+        }
+
+        if ( ! empty( $menu_items ) ) {
+                $args = array(
+                        'after' =&gt; '',
+                        'before' =&gt; '',
+                        'link_after' =&gt; '',
+                        'link_before' =&gt; '',
+                        'walker' =&gt; new Walker_Nav_Menu_Edit,
+                );
+                echo walk_nav_menu_tree( $menu_items, 0, (object) $args );
+        }
+}
+
+function wp_ajax_add_meta() {
+        check_ajax_referer( 'add-meta', '_ajax_nonce-add-meta' );
+        $c = 0;
+        $pid = (int) $_POST['post_id'];
+        $post = get_post( $pid );
+
+        if ( isset($_POST['metakeyselect']) || isset($_POST['metakeyinput']) ) {
+                if ( !current_user_can( 'edit_post', $pid ) )
+                        die('-1');
+                if ( isset($_POST['metakeyselect']) &amp;&amp; '#NONE#' == $_POST['metakeyselect'] &amp;&amp; empty($_POST['metakeyinput']) )
+                        die('1');
+                if ( $post-&gt;post_status == 'auto-draft' ) {
+                        $save_POST = $_POST; // Backup $_POST
+                        $_POST = array(); // Make it empty for edit_post()
+                        $_POST['action'] = 'draft'; // Warning fix
+                        $_POST['post_ID'] = $pid;
+                        $_POST['post_type'] = $post-&gt;post_type;
+                        $_POST['post_status'] = 'draft';
+                        $now = current_time('timestamp', 1);
+                        $_POST['post_title'] = sprintf('Draft created on %s at %s', date(get_option('date_format'), $now), date(get_option('time_format'), $now));
+
+                        if ( $pid = edit_post() ) {
+                                if ( is_wp_error( $pid ) ) {
+                                        $x = new WP_Ajax_Response( array(
+                                                'what' =&gt; 'meta',
+                                                'data' =&gt; $pid
+                                        ) );
+                                        $x-&gt;send();
+                                }
+                                $_POST = $save_POST; // Now we can restore original $_POST again
+                                if ( !$mid = add_meta( $pid ) )
+                                        die(__('Please provide a custom field value.'));
+                        } else {
+                                die('0');
+                        }
+                } else if ( !$mid = add_meta( $pid ) ) {
+                        die(__('Please provide a custom field value.'));
+                }
+
+                $meta = get_metadata_by_mid( 'post', $mid );
+                $pid = (int) $meta-&gt;post_id;
+                $meta = get_object_vars( $meta );
+                $x = new WP_Ajax_Response( array(
+                        'what' =&gt; 'meta',
+                        'id' =&gt; $mid,
+                        'data' =&gt; _list_meta_row( $meta, $c ),
+                        'position' =&gt; 1,
+                        'supplemental' =&gt; array('postid' =&gt; $pid)
+                ) );
+        } else { // Update?
+                $mid = (int) key( $_POST['meta'] );
+                $key = stripslashes( $_POST['meta'][$mid]['key'] );
+                $value = stripslashes( $_POST['meta'][$mid]['value'] );
+                if ( '' == trim($key) )
+                        die(__('Please provide a custom field name.'));
+                if ( '' == trim($value) )
+                        die(__('Please provide a custom field value.'));
+                if ( ! $meta = get_metadata_by_mid( 'post', $mid ) )
+                        die('0'); // if meta doesn't exist
+                if ( is_protected_meta( $meta-&gt;meta_key, 'post' ) || is_protected_meta( $key, 'post' ) ||
+                        ! current_user_can( 'edit_post_meta', $meta-&gt;post_id, $meta-&gt;meta_key ) ||
+                        ! current_user_can( 'edit_post_meta', $meta-&gt;post_id, $key ) )
+                        die('-1');
+                if ( $meta-&gt;meta_value != $value || $meta-&gt;meta_key != $key ) {
+                        if ( !$u = update_metadata_by_mid( 'post', $mid, $value, $key ) )
+                                die('0'); // We know meta exists; we also know it's unchanged (or DB error, in which case there are bigger problems).
+                }
+
+                $x = new WP_Ajax_Response( array(
+                        'what' =&gt; 'meta',
+                        'id' =&gt; $mid, 'old_id' =&gt; $mid,
+                        'data' =&gt; _list_meta_row( array(
+                                'meta_key' =&gt; $key,
+                                'meta_value' =&gt; $value,
+                                'meta_id' =&gt; $mid
+                        ), $c ),
+                        'position' =&gt; 0,
+                        'supplemental' =&gt; array('postid' =&gt; $meta-&gt;post_id)
+                ) );
+        }
+        $x-&gt;send();
+}
+
+function wp_ajax_add_user( $action ) {
+        global $wp_list_table;
+
+        check_ajax_referer( $action );
+        if ( ! current_user_can('create_users') )
+                die('-1');
+        if ( ! $user_id = edit_user() ) {
+                die('0');
+        } elseif ( is_wp_error( $user_id ) ) {
+                $x = new WP_Ajax_Response( array(
+                        'what' =&gt; 'user',
+                        'id' =&gt; $user_id
+                ) );
+                $x-&gt;send();
+        }
+        $user_object = new WP_User( $user_id );
+
+        $wp_list_table = _get_list_table('WP_Users_List_Table');
+
+        $x = new WP_Ajax_Response( array(
+                'what' =&gt; 'user',
+                'id' =&gt; $user_id,
+                'data' =&gt; $wp_list_table-&gt;single_row( $user_object, '', $user_object-&gt;roles[0] ),
+                'supplemental' =&gt; array(
+                        'show-link' =&gt; sprintf(__( 'User &lt;a href=&quot;#%s&quot;&gt;%s&lt;/a&gt; added' ), &quot;user-$user_id&quot;, $user_object-&gt;user_login),
+                        'role' =&gt; $user_object-&gt;roles[0]
+                )
+        ) );
+        $x-&gt;send();
+}
+
+function wp_ajax_autosave() {
+        global $login_grace_period;
+
+        define( 'DOING_AUTOSAVE', true );
+
+        $nonce_age = check_ajax_referer( 'autosave', 'autosavenonce' );
+
+        $_POST['post_category'] = explode(&quot;,&quot;, $_POST['catslist']);
+        if ( $_POST['post_type'] == 'page' || empty($_POST['post_category']) )
+                unset($_POST['post_category']);
+
+        $do_autosave = (bool) $_POST['autosave'];
+        $do_lock = true;
+
+        $data = $alert = '';
+        /* translators: draft saved date format, see http://php.net/date */
+        $draft_saved_date_format = __('g:i:s a');
+        /* translators: %s: date and time */
+        $message = sprintf( __('Draft saved at %s.'), date_i18n( $draft_saved_date_format ) );
+
+        $supplemental = array();
+        if ( isset($login_grace_period) )
+                $alert .= sprintf( __('Your login has expired. Please open a new browser window and &lt;a href=&quot;%s&quot; target=&quot;_blank&quot;&gt;log in again&lt;/a&gt;. '), add_query_arg( 'interim-login', 1, wp_login_url() ) );
+
+        $id = $revision_id = 0;
+
+        $post_ID = (int) $_POST['post_ID'];
+        $_POST['ID'] = $post_ID;
+        $post = get_post($post_ID);
+        if ( 'auto-draft' == $post-&gt;post_status )
+                $_POST['post_status'] = 'draft';
+
+        if ( $last = wp_check_post_lock( $post-&gt;ID ) ) {
+                $do_autosave = $do_lock = false;
+
+                $last_user = get_userdata( $last );
+                $last_user_name = $last_user ? $last_user-&gt;display_name : __( 'Someone' );
+                $data = __( 'Autosave disabled.' );
+
+                $supplemental['disable_autosave'] = 'disable';
+                $alert .= sprintf( __( '%s is currently editing this article. If you update it, you will overwrite the changes.' ), esc_html( $last_user_name ) );
+        }
+
+        if ( 'page' == $post-&gt;post_type ) {
+                if ( !current_user_can('edit_page', $post_ID) )
+                        die(__('You are not allowed to edit this page.'));
+        } else {
+                if ( !current_user_can('edit_post', $post_ID) )
+                        die(__('You are not allowed to edit this post.'));
+        }
+
+        if ( $do_autosave ) {
+                // Drafts and auto-drafts are just overwritten by autosave
+                if ( 'auto-draft' == $post-&gt;post_status || 'draft' == $post-&gt;post_status ) {
+                        $id = edit_post();
+                } else { // Non drafts are not overwritten. The autosave is stored in a special post revision.
+                        $revision_id = wp_create_post_autosave( $post-&gt;ID );
+                        if ( is_wp_error($revision_id) )
+                                $id = $revision_id;
+                        else
+                                $id = $post-&gt;ID;
+                }
+                $data = $message;
+        } else {
+                if ( ! empty( $_POST['auto_draft'] ) )
+                        $id = 0; // This tells us it didn't actually save
+                else
+                        $id = $post-&gt;ID;
+        }
+
+        if ( $do_lock &amp;&amp; empty( $_POST['auto_draft'] ) &amp;&amp; $id &amp;&amp; is_numeric( $id ) ) {
+                $lock_result = wp_set_post_lock( $id );
+                $supplemental['active-post-lock'] = implode( ':', $lock_result );
+        }
+
+        if ( $nonce_age == 2 ) {
+                $supplemental['replace-autosavenonce'] = wp_create_nonce('autosave');
+                $supplemental['replace-getpermalinknonce'] = wp_create_nonce('getpermalink');
+                $supplemental['replace-samplepermalinknonce'] = wp_create_nonce('samplepermalink');
+                $supplemental['replace-closedpostboxesnonce'] = wp_create_nonce('closedpostboxes');
+                $supplemental['replace-_ajax_linking_nonce'] = wp_create_nonce( 'internal-linking' );
+                if ( $id ) {
+                        if ( $_POST['post_type'] == 'post' )
+                                $supplemental['replace-_wpnonce'] = wp_create_nonce('update-post_' . $id);
+                        elseif ( $_POST['post_type'] == 'page' )
+                                $supplemental['replace-_wpnonce'] = wp_create_nonce('update-page_' . $id);
+                }
+        }
+
+        if ( ! empty($alert) )
+                $supplemental['alert'] = $alert;
+
+        $x = new WP_Ajax_Response( array(
+                'what' =&gt; 'autosave',
+                'id' =&gt; $id,
+                'data' =&gt; $id ? $data : '',
+                'supplemental' =&gt; $supplemental
+        ) );
+        $x-&gt;send();
+}
+
+function wp_ajax_closed_postboxes() {
+        check_ajax_referer( 'closedpostboxes', 'closedpostboxesnonce' );
+        $closed = isset( $_POST['closed'] ) ? explode( ',', $_POST['closed']) : array();
+        $closed = array_filter($closed);
+
+        $hidden = isset( $_POST['hidden'] ) ? explode( ',', $_POST['hidden']) : array();
+        $hidden = array_filter($hidden);
+
+        $page = isset( $_POST['page'] ) ? $_POST['page'] : '';
+
+        if ( $page != sanitize_key( $page ) )
+                die('0');
+
+        if ( ! $user = wp_get_current_user() )
+                die('-1');
+
+        if ( is_array($closed) )
+                update_user_option($user-&gt;ID, &quot;closedpostboxes_$page&quot;, $closed, true);
+
+        if ( is_array($hidden) ) {
+                $hidden = array_diff( $hidden, array('submitdiv', 'linksubmitdiv', 'manage-menu', 'create-menu') ); // postboxes that are always shown
+                update_user_option($user-&gt;ID, &quot;metaboxhidden_$page&quot;, $hidden, true);
+        }
+
+        die('1');
+}
+
+function wp_ajax_hidden_columns() {
+        check_ajax_referer( 'screen-options-nonce', 'screenoptionnonce' );
+        $hidden = isset( $_POST['hidden'] ) ? $_POST['hidden'] : '';
+        $hidden = explode( ',', $_POST['hidden'] );
+        $page = isset( $_POST['page'] ) ? $_POST['page'] : '';
+
+        if ( $page != sanitize_key( $page ) )
+                die('0');
+
+        if ( ! $user = wp_get_current_user() )
+                die('-1');
+
+        if ( is_array($hidden) )
+                update_user_option($user-&gt;ID, &quot;manage{$page}columnshidden&quot;, $hidden, true);
+
+        die('1');
+}
+
+function wp_ajax_update_welcome_panel() {
+        check_ajax_referer( 'welcome-panel-nonce', 'welcomepanelnonce' );
+
+        if ( ! current_user_can( 'edit_theme_options' ) )
+                die('-1');
+
+        update_user_meta( get_current_user_id(), 'show_welcome_panel', empty( $_POST['visible'] ) ? 0 : 1 );
+
+        die('1');
+}
+
+function wp_ajax_menu_get_metabox() {
+        if ( ! current_user_can( 'edit_theme_options' ) )
+                die('-1');
+
+        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
+
+        if ( isset( $_POST['item-type'] ) &amp;&amp; 'post_type' == $_POST['item-type'] ) {
+                $type = 'posttype';
+                $callback = 'wp_nav_menu_item_post_type_meta_box';
+                $items = (array) get_post_types( array( 'show_in_nav_menus' =&gt; true ), 'object' );
+        } elseif ( isset( $_POST['item-type'] ) &amp;&amp; 'taxonomy' == $_POST['item-type'] ) {
+                $type = 'taxonomy';
+                $callback = 'wp_nav_menu_item_taxonomy_meta_box';
+                $items = (array) get_taxonomies( array( 'show_ui' =&gt; true ), 'object' );
+        }
+
+        if ( ! empty( $_POST['item-object'] ) &amp;&amp; isset( $items[$_POST['item-object']] ) ) {
+                $item = apply_filters( 'nav_menu_meta_box_object', $items[ $_POST['item-object'] ] );
+                ob_start();
+                call_user_func_array($callback, array(
+                        null,
+                        array(
+                                'id' =&gt; 'add-' . $item-&gt;name,
+                                'title' =&gt; $item-&gt;labels-&gt;name,
+                                'callback' =&gt; $callback,
+                                'args' =&gt; $item,
+                        )
+                ));
+
+                $markup = ob_get_clean();
+
+                echo json_encode(array(
+                        'replace-id' =&gt; $type . '-' . $item-&gt;name,
+                        'markup' =&gt; $markup,
+                ));
+        }
+
+        exit;
+}
+
+function wp_ajax_wp_link_ajax() {
+        check_ajax_referer( 'internal-linking', '_ajax_linking_nonce' );
+
+        $args = array();
+
+        if ( isset( $_POST['search'] ) )
+                $args['s'] = stripslashes( $_POST['search'] );
+        $args['pagenum'] = ! empty( $_POST['page'] ) ? absint( $_POST['page'] ) : 1;
+
+        require(ABSPATH . WPINC . '/class-wp-editor.php');
+        $results = _WP_Editors::wp_link_query( $args );
+
+        if ( ! isset( $results ) )
+                die( '0' );
+
+        echo json_encode( $results );
+        echo &quot;\n&quot;;
+
+        exit;
+}
+
+function wp_ajax_menu_locations_save() {
+        if ( ! current_user_can( 'edit_theme_options' ) )
+                die('-1');
+        check_ajax_referer( 'add-menu_item', 'menu-settings-column-nonce' );
+        if ( ! isset( $_POST['menu-locations'] ) )
+                die('0');
+        set_theme_mod( 'nav_menu_locations', array_map( 'absint', $_POST['menu-locations'] ) );
+        die('1');
+}
+
+function wp_ajax_meta_box_order() {
+        check_ajax_referer( 'meta-box-order' );
+        $order = isset( $_POST['order'] ) ? (array) $_POST['order'] : false;
+        $page_columns = isset( $_POST['page_columns'] ) ? $_POST['page_columns'] : 'auto';
+
+        if ( $page_columns != 'auto' )
+                $page_columns = (int) $page_columns;
+
+        $page = isset( $_POST['page'] ) ? $_POST['page'] : '';
+
+        if ( $page != sanitize_key( $page ) )
+                die('0');
+
+        if ( ! $user = wp_get_current_user() )
+                die('-1');
+
+        if ( $order )
+                update_user_option($user-&gt;ID, &quot;meta-box-order_$page&quot;, $order, true);
+
+        if ( $page_columns )
+                update_user_option($user-&gt;ID, &quot;screen_layout_$page&quot;, $page_columns, true);
+
+        die('1');
+}
+
+function wp_ajax_menu_quick_search() {
+        if ( ! current_user_can( 'edit_theme_options' ) )
+                die('-1');
+
+        require_once ABSPATH . 'wp-admin/includes/nav-menu.php';
+
+        _wp_ajax_menu_quick_search( $_POST );
+
+        exit;
+}
+
+function wp_ajax_get_permalink() {
+        check_ajax_referer( 'getpermalink', 'getpermalinknonce' );
+        $post_id = isset($_POST['post_id'])? intval($_POST['post_id']) : 0;
+        die(add_query_arg(array('preview' =&gt; 'true'), get_permalink($post_id)));
+}
+
+function wp_ajax_sample_permalink() {
+        check_ajax_referer( 'samplepermalink', 'samplepermalinknonce' );
+        $post_id = isset($_POST['post_id'])? intval($_POST['post_id']) : 0;
+        $title = isset($_POST['new_title'])? $_POST['new_title'] : '';
+        $slug = isset($_POST['new_slug'])? $_POST['new_slug'] : null;
+        die(get_sample_permalink_html($post_id, $title, $slug));
+}
+
+function wp_ajax_inline_save() {
+        global $wp_list_table;
+
+        check_ajax_referer( 'inlineeditnonce', '_inline_edit' );
+
+        if ( ! isset($_POST['post_ID']) || ! ( $post_ID = (int) $_POST['post_ID'] ) )
+                exit;
+
+        if ( 'page' == $_POST['post_type'] ) {
+                if ( ! current_user_can( 'edit_page', $post_ID ) )
+                        die( __('You are not allowed to edit this page.') );
+        } else {
+                if ( ! current_user_can( 'edit_post', $post_ID ) )
+                        die( __('You are not allowed to edit this post.') );
+        }
+
+        set_current_screen( $_POST['screen'] );
+
+        if ( $last = wp_check_post_lock( $post_ID ) ) {
+                $last_user = get_userdata( $last );
+                $last_user_name = $last_user ? $last_user-&gt;display_name : __( 'Someone' );
+                printf( $_POST['post_type'] == 'page' ? __( 'Saving is disabled: %s is currently editing this page.' ) : __( 'Saving is disabled: %s is currently editing this post.' ),        esc_html( $last_user_name ) );
+                exit;
+        }
+
+        $data = &amp;$_POST;
+
+        $post = get_post( $post_ID, ARRAY_A );
+        $post = add_magic_quotes($post); //since it is from db
+
+        $data['content'] = $post['post_content'];
+        $data['excerpt'] = $post['post_excerpt'];
+
+        // rename
+        $data['user_ID'] = $GLOBALS['user_ID'];
+
+        if ( isset($data['post_parent']) )
+                $data['parent_id'] = $data['post_parent'];
+
+        // status
+        if ( isset($data['keep_private']) &amp;&amp; 'private' == $data['keep_private'] )
+                $data['post_status'] = 'private';
+        else
+                $data['post_status'] = $data['_status'];
+
+        if ( empty($data['comment_status']) )
+                $data['comment_status'] = 'closed';
+        if ( empty($data['ping_status']) )
+                $data['ping_status'] = 'closed';
+
+        // update the post
+        edit_post();
+
+        $wp_list_table = _get_list_table('WP_Posts_List_Table');
+
+        $mode = $_POST['post_view'];
+        $wp_list_table-&gt;display_rows( array( get_post( $_POST['post_ID'] ) ) );
+
+        exit;
+}
+
+function wp_ajax_inline_save_tax() {
+        global $wp_list_table;
+
+        check_ajax_referer( 'taxinlineeditnonce', '_inline_edit' );
+
+        $taxonomy = sanitize_key( $_POST['taxonomy'] );
+        $tax = get_taxonomy( $taxonomy );
+        if ( ! $tax )
+                die( '0' );
+
+        if ( ! current_user_can( $tax-&gt;cap-&gt;edit_terms ) )
+                die( '-1' );
+
+        set_current_screen( 'edit-' . $taxonomy );
+
+        $wp_list_table = _get_list_table('WP_Terms_List_Table');
+
+        if ( ! isset($_POST['tax_ID']) || ! ( $id = (int) $_POST['tax_ID'] ) )
+                die(-1);
+
+        $tag = get_term( $id, $taxonomy );
+        $_POST['description'] = $tag-&gt;description;
+
+        $updated = wp_update_term($id, $taxonomy, $_POST);
+        if ( $updated &amp;&amp; !is_wp_error($updated) ) {
+                $tag = get_term( $updated['term_id'], $taxonomy );
+                if ( !$tag || is_wp_error( $tag ) ) {
+                        if ( is_wp_error($tag) &amp;&amp; $tag-&gt;get_error_message() )
+                                die( $tag-&gt;get_error_message() );
+                        die( __('Item not updated.') );
+                }
+
+                echo $wp_list_table-&gt;single_row( $tag );
+        } else {
+                if ( is_wp_error($updated) &amp;&amp; $updated-&gt;get_error_message() )
+                        die( $updated-&gt;get_error_message() );
+                die( __('Item not updated.') );
+        }
+
+        exit;
+}
+
+function wp_ajax_find_posts() {
+        global $wpdb;
+
+        check_ajax_referer( 'find-posts' );
+
+        if ( empty($_POST['ps']) )
+                exit;
+
+        if ( !empty($_POST['post_type']) &amp;&amp; in_array( $_POST['post_type'], get_post_types() ) )
+                $what = $_POST['post_type'];
+        else
+                $what = 'post';
+
+        $s = stripslashes($_POST['ps']);
+        preg_match_all('/&quot;.*?(&quot;|$)|((?&lt;=[\\s&quot;,+])|^)[^\\s&quot;,+]+/', $s, $matches);
+        $search_terms = array_map('_search_terms_tidy', $matches[0]);
+
+        $searchand = $search = '';
+        foreach ( (array) $search_terms as $term ) {
+                $term = esc_sql( like_escape( $term ) );
+                $search .= &quot;{$searchand}(($wpdb-&gt;posts.post_title LIKE '%{$term}%') OR ($wpdb-&gt;posts.post_content LIKE '%{$term}%'))&quot;;
+                $searchand = ' AND ';
+        }
+        $term = esc_sql( like_escape( $s ) );
+        if ( count($search_terms) &gt; 1 &amp;&amp; $search_terms[0] != $s )
+                $search .= &quot; OR ($wpdb-&gt;posts.post_title LIKE '%{$term}%') OR ($wpdb-&gt;posts.post_content LIKE '%{$term}%')&quot;;
+
+        $posts = $wpdb-&gt;get_results( &quot;SELECT ID, post_title, post_status, post_date FROM $wpdb-&gt;posts WHERE post_type = '$what' AND post_status IN ('draft', 'publish') AND ($search) ORDER BY post_date_gmt DESC LIMIT 50&quot; );
+
+        if ( ! $posts ) {
+                $posttype = get_post_type_object($what);
+                exit($posttype-&gt;labels-&gt;not_found);
+        }
+
+        $html = '&lt;table class=&quot;widefat&quot; cellspacing=&quot;0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class=&quot;found-radio&quot;&gt;&lt;br /&gt;&lt;/th&gt;&lt;th&gt;'.__('Title').'&lt;/th&gt;&lt;th&gt;'.__('Date').'&lt;/th&gt;&lt;th&gt;'.__('Status').'&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;';
+        foreach ( $posts as $post ) {
+
+                switch ( $post-&gt;post_status ) {
+                        case 'publish' :
+                        case 'private' :
+                                $stat = __('Published');
+                                break;
+                        case 'future' :
+                                $stat = __('Scheduled');
+                                break;
+                        case 'pending' :
+                                $stat = __('Pending Review');
+                                break;
+                        case 'draft' :
+                                $stat = __('Draft');
+                                break;
+                }
+
+                if ( '0000-00-00 00:00:00' == $post-&gt;post_date ) {
+                        $time = '';
+                } else {
+                        /* translators: date format in table columns, see http://php.net/date */
+                        $time = mysql2date(__('Y/m/d'), $post-&gt;post_date);
+                }
+
+                $html .= '&lt;tr class=&quot;found-posts&quot;&gt;&lt;td class=&quot;found-radio&quot;&gt;&lt;input type=&quot;radio&quot; id=&quot;found-'.$post-&gt;ID.'&quot; name=&quot;found_post_id&quot; value=&quot;' . esc_attr($post-&gt;ID) . '&quot;&gt;&lt;/td&gt;';
+                $html .= '&lt;td&gt;&lt;label for=&quot;found-'.$post-&gt;ID.'&quot;&gt;'.esc_html( $post-&gt;post_title ).'&lt;/label&gt;&lt;/td&gt;&lt;td&gt;'.esc_html( $time ).'&lt;/td&gt;&lt;td&gt;'.esc_html( $stat ).'&lt;/td&gt;&lt;/tr&gt;'.&quot;\n\n&quot;;
+        }
+        $html .= '&lt;/tbody&gt;&lt;/table&gt;';
+
+        $x = new WP_Ajax_Response();
+        $x-&gt;add( array(
+                'what' =&gt; $what,
+                'data' =&gt; $html
+        ));
+        $x-&gt;send();
+
+}
+
+function wp_ajax_widgets_order() {
+        check_ajax_referer( 'save-sidebar-widgets', 'savewidgets' );
+
+        if ( !current_user_can('edit_theme_options') )
+                die('-1');
+
+        unset( $_POST['savewidgets'], $_POST['action'] );
+
+        // save widgets order for all sidebars
+        if ( is_array($_POST['sidebars']) ) {
+                $sidebars = array();
+                foreach ( $_POST['sidebars'] as $key =&gt; $val ) {
+                        $sb = array();
+                        if ( !empty($val) ) {
+                                $val = explode(',', $val);
+                                foreach ( $val as $k =&gt; $v ) {
+                                        if ( strpos($v, 'widget-') === false )
+                                                continue;
+
+                                        $sb[$k] = substr($v, strpos($v, '_') + 1);
+                                }
+                        }
+                        $sidebars[$key] = $sb;
+                }
+                wp_set_sidebars_widgets($sidebars);
+                die('1');
+        }
+
+        die('-1');
+}
+
+function wp_ajax_save_widget() {
+        global $wp_registered_widgets, $wp_registered_widget_controls, $wp_registered_widget_updates;
+
+        check_ajax_referer( 'save-sidebar-widgets', 'savewidgets' );
+
+        if ( !current_user_can('edit_theme_options') || !isset($_POST['id_base']) )
+                die('-1');
+
+        unset( $_POST['savewidgets'], $_POST['action'] );
+
+        do_action('load-widgets.php');
+        do_action('widgets.php');
+        do_action('sidebar_admin_setup');
+
+        $id_base = $_POST['id_base'];
+        $widget_id = $_POST['widget-id'];
+        $sidebar_id = $_POST['sidebar'];
+        $multi_number = !empty($_POST['multi_number']) ? (int) $_POST['multi_number'] : 0;
+        $settings = isset($_POST['widget-' . $id_base]) &amp;&amp; is_array($_POST['widget-' . $id_base]) ? $_POST['widget-' . $id_base] : false;
+        $error = '&lt;p&gt;' . __('An error has occurred. Please reload the page and try again.') . '&lt;/p&gt;';
+
+        $sidebars = wp_get_sidebars_widgets();
+        $sidebar = isset($sidebars[$sidebar_id]) ? $sidebars[$sidebar_id] : array();
+
+        // delete
+        if ( isset($_POST['delete_widget']) &amp;&amp; $_POST['delete_widget'] ) {
+
+                if ( !isset($wp_registered_widgets[$widget_id]) )
+                        die($error);
+
+                $sidebar = array_diff( $sidebar, array($widget_id) );
+                $_POST = array('sidebar' =&gt; $sidebar_id, 'widget-' . $id_base =&gt; array(), 'the-widget-id' =&gt; $widget_id, 'delete_widget' =&gt; '1');
+        } elseif ( $settings &amp;&amp; preg_match( '/__i__|%i%/', key($settings) ) ) {
+                if ( !$multi_number )
+                        die($error);
+
+                $_POST['widget-' . $id_base] = array( $multi_number =&gt; array_shift($settings) );
+                $widget_id = $id_base . '-' . $multi_number;
+                $sidebar[] = $widget_id;
+        }
+        $_POST['widget-id'] = $sidebar;
+
+        foreach ( (array) $wp_registered_widget_updates as $name =&gt; $control ) {
+
+                if ( $name == $id_base ) {
+                        if ( !is_callable( $control['callback'] ) )
+                                continue;
+
+                        ob_start();
+                                call_user_func_array( $control['callback'], $control['params'] );
+                        ob_end_clean();
+                        break;
+                }
+        }
+
+        if ( isset($_POST['delete_widget']) &amp;&amp; $_POST['delete_widget'] ) {
+                $sidebars[$sidebar_id] = $sidebar;
+                wp_set_sidebars_widgets($sidebars);
+                echo &quot;deleted:$widget_id&quot;;
+                die();
+        }
+
+        if ( !empty($_POST['add_new']) )
+                die();
+
+        if ( $form = $wp_registered_widget_controls[$widget_id] )
+                call_user_func_array( $form['callback'], $form['params'] );
+
+        die();
+}
+
+function wp_ajax_image_editor() {
+        $attachment_id = intval($_POST['postid']);
+        if ( empty($attachment_id) || !current_user_can('edit_post', $attachment_id) )
+                die('-1');
+
+        check_ajax_referer( &quot;image_editor-$attachment_id&quot; );
+        include_once( ABSPATH . 'wp-admin/includes/image-edit.php' );
+
+        $msg = false;
+        switch ( $_POST['do'] ) {
+                case 'save' :
+                        $msg = wp_save_image($attachment_id);
+                        $msg = json_encode($msg);
+                        die($msg);
+                        break;
+                case 'scale' :
+                        $msg = wp_save_image($attachment_id);
+                        break;
+                case 'restore' :
+                        $msg = wp_restore_image($attachment_id);
+                        break;
+        }
+
+        wp_image_editor($attachment_id, $msg);
+        die();
+}
+
+function wp_ajax_set_post_thumbnail() {
+        $post_ID = intval( $_POST['post_id'] );
+        if ( !current_user_can( 'edit_post', $post_ID ) )
+                die( '-1' );
+        $thumbnail_id = intval( $_POST['thumbnail_id'] );
+
+        check_ajax_referer( &quot;set_post_thumbnail-$post_ID&quot; );
+
+        if ( $thumbnail_id == '-1' ) {
+                if ( delete_post_thumbnail( $post_ID ) )
+                        die( _wp_post_thumbnail_html() );
+                else
+                        die( '0' );
+        }
+
+        if ( set_post_thumbnail( $post_ID, $thumbnail_id ) )
+                die( _wp_post_thumbnail_html( $thumbnail_id ) );
+        die( '0' );
+}
+
+function wp_ajax_date_format() {
+        die( date_i18n( sanitize_option( 'date_format', $_POST['date'] ) ) );
+}
+
+function wp_ajax_time_format() {
+        die( date_i18n( sanitize_option( 'time_format', $_POST['date'] ) ) );
+}
+
+function wp_ajax_wp_fullscreen_save_post() {
+        $post_id = isset( $_POST['post_ID'] ) ? (int) $_POST['post_ID'] : 0;
+
+        $post = $post_type = null;
+
+        if ( $post_id )
+                $post = get_post( $post_id );
+
+        if ( $post )
+                $post_type = $post-&gt;post_type;
+        elseif ( isset( $_POST['post_type'] ) &amp;&amp; post_type_exists( $_POST['post_type'] ) )
+                $post_type = $_POST['post_type'];
+
+        check_ajax_referer('update-' . $post_type . '_' . $post_id, '_wpnonce');
+
+        $post_id = edit_post();
+
+        if ( is_wp_error($post_id) ) {
+                if ( $post_id-&gt;get_error_message() )
+                        $message = $post_id-&gt;get_error_message();
+                else
+                        $message = __('Save failed');
+
+                echo json_encode( array( 'message' =&gt; $message, 'last_edited' =&gt; '' ) );
+                die();
+        } else {
+                $message = __('Saved.');
+        }
+
+        if ( $post ) {
+                $last_date = mysql2date( get_option('date_format'), $post-&gt;post_modified );
+                $last_time = mysql2date( get_option('time_format'), $post-&gt;post_modified );
+        } else {
+                $last_date = date_i18n( get_option('date_format') );
+                $last_time = date_i18n( get_option('time_format') );
+        }
+
+        if ( $last_id = get_post_meta($post_id, '_edit_last', true) ) {
+                $last_user = get_userdata($last_id);
+                $last_edited = sprintf( __('Last edited by %1$s on %2$s at %3$s'), esc_html( $last_user-&gt;display_name ), $last_date, $last_time );
+        } else {
+                $last_edited = sprintf( __('Last edited on %1$s at %2$s'), $last_date, $last_time );
+        }
+
+        echo json_encode( array( 'message' =&gt; $message, 'last_edited' =&gt; $last_edited ) );
+        die();
+}
+
+function wp_ajax_wp_remove_post_lock() {
+        if ( empty( $_POST['post_ID'] ) || empty( $_POST['active_post_lock'] ) )
+                die( '0' );
+        $post_id = (int) $_POST['post_ID'];
+        if ( ! $post = get_post( $post_id ) )
+                die( '0' );
+
+        check_ajax_referer( 'update-' . $post-&gt;post_type . '_' . $post_id );
+
+        if ( ! current_user_can( 'edit_post', $post_id ) )
+                die( '-1' );
+
+        $active_lock = array_map( 'absint', explode( ':', $_POST['active_post_lock'] ) );
+        if ( $active_lock[1] != get_current_user_id() )
+                die( '0' );
+
+        $new_lock = ( time() - apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 ) + 5 ) . ':' . $active_lock[1];
+        update_post_meta( $post_id, '_edit_lock', $new_lock, implode( ':', $active_lock ) );
+        die( '1' );
+}
+
+function wp_ajax_dismiss_wp_pointer() {
+        $pointer = $_POST['pointer'];
+        if ( $pointer != sanitize_key( $pointer ) )
+                die( '0' );
+
+//        check_ajax_referer( 'dismiss-pointer_' . $pointer );
+
+        $dismissed = array_filter( explode( ',', (string) get_user_meta( get_current_user_id(), 'dismissed_wp_pointers', true ) ) );
+
+        if ( in_array( $pointer, $dismissed ) )
+                die( '0' );
+
+        $dismissed[] = $pointer;
+        $dismissed = implode( ',', $dismissed );
+
+        update_user_meta( get_current_user_id(), 'dismissed_wp_pointers', $dismissed );
+        die( '1' );
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludespostphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post.php (19737 => 19738)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post.php        2012-01-23 19:03:56 UTC (rev 19737)
+++ trunk/wp-includes/post.php        2012-01-23 19:12:04 UTC (rev 19738)
</span><span class="lines">@@ -893,10 +893,9 @@
</span><span class="cx">  *     register_taxonomy_for_object_type().
</span><span class="cx">  * - labels - An array of labels for this post type. By default post labels are used for non-hierarchical
</span><span class="cx">  *     types and page labels for hierarchical ones. You can see accepted values in {@link get_post_type_labels()}.
</span><del>- * - permalink_epmask - The default rewrite endpoint bitmasks.
</del><span class="cx">  * - has_archive - True to enable post type archives. Will generate the proper rewrite rules if rewrite is enabled.
</span><span class="cx">  * - rewrite - false to prevent rewrite. Defaults to true. Use array('slug'=&gt;$slug) to customize permastruct;
</span><del>- *     default will use $post_type as slug. Other options include 'with_front', 'feeds', and 'pages'.
</del><ins>+ *     default will use $post_type as slug. Other options include 'with_front', 'feeds', 'pages', and 'ep_mask'.
</ins><span class="cx">  * - query_var - false to prevent queries, or string to value of the query var to use for this post type
</span><span class="cx">  * - can_export - true allows this post type to be exported.
</span><span class="cx">  * - show_in_nav_menus - true makes this post type available for selection in navigation menus.
</span><span class="lines">@@ -924,7 +923,7 @@
</span><span class="cx">                 'public' =&gt; false, 'rewrite' =&gt; true, 'has_archive' =&gt; false, 'query_var' =&gt; true,
</span><span class="cx">                 'supports' =&gt; array(), 'register_meta_box_cb' =&gt; null,
</span><span class="cx">                 'taxonomies' =&gt; array(), 'show_ui' =&gt; null, 'menu_position' =&gt; null, 'menu_icon' =&gt; null,
</span><del>-                'permalink_epmask' =&gt; EP_PERMALINK, 'can_export' =&gt; true,
</del><ins>+                'can_export' =&gt; true,
</ins><span class="cx">                 'show_in_nav_menus' =&gt; null, 'show_in_menu' =&gt; null, 'show_in_admin_bar' =&gt; null,
</span><span class="cx">         );
</span><span class="cx">         $args = wp_parse_args($args, $defaults);
</span><span class="lines">@@ -999,6 +998,12 @@
</span><span class="cx">                         $args-&gt;rewrite['pages'] = true;
</span><span class="cx">                 if ( ! isset( $args-&gt;rewrite['feeds'] ) || ! $args-&gt;has_archive )
</span><span class="cx">                         $args-&gt;rewrite['feeds'] = (bool) $args-&gt;has_archive;
</span><ins>+                if ( ! isset( $args-&gt;rewrite['ep_mask'] ) ) {
+                        if ( isset( $args['permalink_epmask'] ) )
+                                $args-&gt;rewrite['ep_mask'] = $args['permalink_epmask'];
+                        else
+                                $args-&gt;rewrite['ep_mask'] = EP_PERMALINK;
+                }
</ins><span class="cx"> 
</span><span class="cx">                 if ( $args-&gt;hierarchical )
</span><span class="cx">                         $wp_rewrite-&gt;add_rewrite_tag(&quot;%$post_type%&quot;, '(.+?)', $args-&gt;query_var ? &quot;{$args-&gt;query_var}=&quot; : &quot;post_type=$post_type&amp;name=&quot;);
</span><span class="lines">@@ -1022,7 +1027,7 @@
</span><span class="cx">                                 $wp_rewrite-&gt;add_rule( &quot;{$archive_slug}/{$wp_rewrite-&gt;pagination_base}/([0-9]{1,})/?$&quot;, &quot;index.php?post_type=$post_type&quot; . '&amp;paged=$matches[1]', 'top' );
</span><span class="cx">                 }
</span><span class="cx"> 
</span><del>-                $wp_rewrite-&gt;add_permastruct($post_type, &quot;{$args-&gt;rewrite['slug']}/%$post_type%&quot;, $args-&gt;rewrite['with_front'], $args-&gt;permalink_epmask);
</del><ins>+                $wp_rewrite-&gt;add_permastruct( $post_type, &quot;{$args-&gt;rewrite['slug']}/%$post_type%&quot;, $args-&gt;rewrite['with_front'], $args-&gt;rewrite['ep_mask'] );
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if ( $args-&gt;register_meta_box_cb )
</span></span></pre></div>
<a id="trunkwpincludestaxonomyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/taxonomy.php (19737 => 19738)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/taxonomy.php        2012-01-23 19:03:56 UTC (rev 19737)
+++ trunk/wp-includes/taxonomy.php        2012-01-23 19:12:04 UTC (rev 19738)
</span><span class="lines">@@ -23,7 +23,9 @@
</span><span class="cx">                 'rewrite' =&gt; did_action( 'init' ) ? array(
</span><span class="cx">                                         'hierarchical' =&gt; true,
</span><span class="cx">                                         'slug' =&gt; get_option('category_base') ? get_option('category_base') : 'category',
</span><del>-                                        'with_front' =&gt; ( get_option('category_base') &amp;&amp; ! $wp_rewrite-&gt;using_index_permalinks() ) ? false : true ) : false,
</del><ins>+                                        'with_front' =&gt; ( get_option('category_base') &amp;&amp; ! $wp_rewrite-&gt;using_index_permalinks() ) ? false : true,
+                                        'ep_mask' =&gt; EP_CATEGORIES,
+                                ) : false,
</ins><span class="cx">                 'public' =&gt; true,
</span><span class="cx">                 'show_ui' =&gt; true,
</span><span class="cx">                 '_builtin' =&gt; true,
</span><span class="lines">@@ -34,7 +36,9 @@
</span><span class="cx">                 'query_var' =&gt; 'tag',
</span><span class="cx">                 'rewrite' =&gt; did_action( 'init' ) ? array(
</span><span class="cx">                                         'slug' =&gt; get_option('tag_base') ? get_option('tag_base') : 'tag',
</span><del>-                                        'with_front' =&gt; ( get_option('tag_base') &amp;&amp; ! $wp_rewrite-&gt;using_index_permalinks() ) ? false : true ) : false,
</del><ins>+                                        'with_front' =&gt; ( get_option('tag_base') &amp;&amp; ! $wp_rewrite-&gt;using_index_permalinks() ) ? false : true,
+                                        'ep_mask' =&gt; EP_TAGS,
+                                ) : false,
</ins><span class="cx">                 'public' =&gt; true,
</span><span class="cx">                 'show_ui' =&gt; true,
</span><span class="cx">                 '_builtin' =&gt; true,
</span><span class="lines">@@ -321,7 +325,8 @@
</span><span class="cx">                 $args['rewrite'] = wp_parse_args($args['rewrite'], array(
</span><span class="cx">                         'slug' =&gt; sanitize_title_with_dashes($taxonomy),
</span><span class="cx">                         'with_front' =&gt; true,
</span><del>-                        'hierarchical' =&gt; false
</del><ins>+                        'hierarchical' =&gt; false,
+                        'ep_mask' =&gt; EP_NONE,
</ins><span class="cx">                 ));
</span><span class="cx"> 
</span><span class="cx">                 if ( $args['hierarchical'] &amp;&amp; $args['rewrite']['hierarchical'] )
</span><span class="lines">@@ -330,7 +335,7 @@
</span><span class="cx">                         $tag = '([^/]+)';
</span><span class="cx"> 
</span><span class="cx">                 $wp_rewrite-&gt;add_rewrite_tag(&quot;%$taxonomy%&quot;, $tag, $args['query_var'] ? &quot;{$args['query_var']}=&quot; : &quot;taxonomy=$taxonomy&amp;term=&quot;);
</span><del>-                $wp_rewrite-&gt;add_permastruct($taxonomy, &quot;{$args['rewrite']['slug']}/%$taxonomy%&quot;, $args['rewrite']['with_front']);
</del><ins>+                $wp_rewrite-&gt;add_permastruct($taxonomy, &quot;{$args['rewrite']['slug']}/%$taxonomy%&quot;, $args['rewrite']['with_front'], $args['rewrite']['ep_mask'] );
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if ( is_null($args['show_ui']) )
</span></span></pre>
</div>
</div>

</body>
</html>