Changeset 38028 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/10/2016 12:50:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r38022 r38028 33 33 34 34 /** 35 * Filters Heartbeat A JAXresponse in no-privilege environments.35 * Filters Heartbeat Ajax response in no-privilege environments. 36 36 * 37 37 * @since 3.6.0 … … 45 45 46 46 /** 47 * Filters Heartbeat A JAXresponse when no data is passed.47 * Filters Heartbeat Ajax response when no data is passed. 48 48 * 49 49 * @since 3.6.0 … … 133 133 134 134 /** 135 * Filters the minimum number of characters required to fire a tag search via A JAX.135 * Filters the minimum number of characters required to fire a tag search via Ajax. 136 136 * 137 137 * @since 4.0.0 … … 336 336 * Sends back current comment total and new page links if they need to be updated. 337 337 * 338 * Contrary to normal success A JAXresponse ("1"), die with time() on success.338 * Contrary to normal success Ajax response ("1"), die with time() on success. 339 339 * 340 340 * @access private … … 2165 2165 2166 2166 /** 2167 * A JAXhandler for setting the featured image for an attachment.2167 * Ajax handler for setting the featured image for an attachment. 2168 2168 * 2169 2169 * @since 4.0.0 … … 2392 2392 2393 2393 /** 2394 * Filters the arguments passed to WP_Query during an A JAX2394 * Filters the arguments passed to WP_Query during an Ajax 2395 2395 * call for querying attachments. 2396 2396 * … … 2909 2909 2910 2910 /** 2911 * Apply [embed] A JAXhandlers to a string.2911 * Apply [embed] Ajax handlers to a string. 2912 2912 * 2913 2913 * @since 4.0.0 … … 3070 3070 3071 3071 /** 3072 * A JAXhandler for destroying multiple open sessions for a user.3072 * Ajax handler for destroying multiple open sessions for a user. 3073 3073 * 3074 3074 * @since 4.1.0 … … 3105 3105 3106 3106 /** 3107 * A JAXhandler for saving a post from Press This.3107 * Ajax handler for saving a post from Press This. 3108 3108 * 3109 3109 * @since 4.2.0 … … 3120 3120 3121 3121 /** 3122 * A JAXhandler for creating new category from Press This.3122 * Ajax handler for creating new category from Press This. 3123 3123 * 3124 3124 * @since 4.2.0 … … 3135 3135 3136 3136 /** 3137 * A JAXhandler for cropping an image.3137 * Ajax handler for cropping an image. 3138 3138 * 3139 3139 * @since 4.3.0 … … 3279 3279 3280 3280 /** 3281 * A JAXhandler for installing a theme.3281 * Ajax handler for installing a theme. 3282 3282 * 3283 3283 * @since 4.6.0 … … 3375 3375 3376 3376 /** 3377 * A JAXhandler for updating a theme.3377 * Ajax handler for updating a theme. 3378 3378 * 3379 3379 * @since 4.6.0 … … 3456 3456 3457 3457 /** 3458 * A JAXhandler for deleting a theme.3458 * Ajax handler for deleting a theme. 3459 3459 * 3460 3460 * @since 4.6.0 … … 3523 3523 3524 3524 /** 3525 * A JAXhandler for installing a plugin.3525 * Ajax handler for installing a plugin. 3526 3526 * 3527 3527 * @since 4.6.0 … … 3609 3609 3610 3610 /** 3611 * A JAXhandler for updating a plugin.3611 * Ajax handler for updating a plugin. 3612 3612 * 3613 3613 * @since 4.2.0 … … 3711 3711 3712 3712 /** 3713 * A JAXhandler for deleting a plugin.3713 * Ajax handler for deleting a plugin. 3714 3714 * 3715 3715 * @since 4.6.0 … … 3776 3776 3777 3777 /** 3778 * A JAXhandler for searching plugins.3778 * Ajax handler for searching plugins. 3779 3779 * 3780 3780 * @since 4.6.0 … … 3817 3817 3818 3818 /** 3819 * A JAXhandler for searching plugins to install.3819 * Ajax handler for searching plugins to install. 3820 3820 * 3821 3821 * @since 4.6.0 … … 3855 3855 3856 3856 /** 3857 * A JAXhandler for testing if a URL exists.3857 * Ajax handler for testing if a URL exists. 3858 3858 * 3859 3859 * Used in the editor.
Note: See TracChangeset
for help on using the changeset viewer.