Changeset 38022 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/09/2016 01:22:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37960 r38022 3282 3282 * 3283 3283 * @since 4.6.0 3284 * 3285 * @see Theme_Upgrader 3284 3286 */ 3285 3287 function wp_ajax_install_theme() { … … 3457 3459 * 3458 3460 * @since 4.6.0 3461 * 3462 * @see delete_theme() 3459 3463 */ 3460 3464 function wp_ajax_delete_theme() { … … 3522 3526 * 3523 3527 * @since 4.6.0 3528 * 3529 * @see Plugin_Upgrader 3524 3530 */ 3525 3531 function wp_ajax_install_plugin() { … … 3708 3714 * 3709 3715 * @since 4.6.0 3716 * 3717 * @see delete_plugins() 3710 3718 */ 3711 3719 function wp_ajax_delete_plugin() { … … 3847 3855 3848 3856 /** 3849 * Ajax handler for testing if an URL exists. Used in the editor. 3857 * AJAX handler for testing if a URL exists. 3858 * 3859 * Used in the editor. 3850 3860 * 3851 3861 * @since 4.6.0
Note: See TracChangeset
for help on using the changeset viewer.