Make WordPress Core


Ignore:
Timestamp:
07/09/2016 01:22:57 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Improve usefulness of DocBlocks for ajax-actions.php functions introduced in 4.6.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r37960 r38022  
    32823282 *
    32833283 * @since 4.6.0
     3284 *
     3285 * @see Theme_Upgrader
    32843286 */
    32853287function wp_ajax_install_theme() {
     
    34573459 *
    34583460 * @since 4.6.0
     3461 *
     3462 * @see delete_theme()
    34593463 */
    34603464function wp_ajax_delete_theme() {
     
    35223526 *
    35233527 * @since 4.6.0
     3528 *
     3529 * @see Plugin_Upgrader
    35243530 */
    35253531function wp_ajax_install_plugin() {
     
    37083714 *
    37093715 * @since 4.6.0
     3716 *
     3717 * @see delete_plugins()
    37103718 */
    37113719function wp_ajax_delete_plugin() {
     
    38473855
    38483856/**
    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.
    38503860 *
    38513861 * @since 4.6.0
Note: See TracChangeset for help on using the changeset viewer.