]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/admin-ajax.php
WordPress 4.2.2-scripts
[autoinstalls/wordpress.git] / wp-admin / admin-ajax.php
index a3571afb585248dbf7957889d138b7e4c7bb8d6e..752da778f040315bb7f99d4ee0114062005c713e 100644 (file)
@@ -5,7 +5,7 @@
  * @package WordPress
  * @subpackage Administration
  *
- * @link http://codex.wordpress.org/AJAX_in_Plugins
+ * @link https://codex.wordpress.org/AJAX_in_Plugins
  */
 
 /**
@@ -61,7 +61,8 @@ $core_actions_post = array(
        'query-attachments', 'save-attachment', 'save-attachment-compat', 'send-link-to-editor',
        'send-attachment-to-editor', 'save-attachment-order', 'heartbeat', 'get-revision-diffs',
        'save-user-color-scheme', 'update-widget', 'query-themes', 'parse-embed', 'set-attachment-thumbnail',
-       'parse-media-shortcode', 'destroy-sessions'
+       'parse-media-shortcode', 'destroy-sessions', 'install-plugin', 'update-plugin', 'press-this-save-post',
+       'press-this-add-category',
 );
 
 // Register core Ajax calls.