Make WordPress Core

Changeset 44335


Ignore:
Timestamp:
12/19/2018 04:59:14 PM (6 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing DocBlock summary and $action parameter description for wp_ajax_delete_page().

Props abhijitrakas.
Fixes #44206.

File:
1 edited

Legend:

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

    r44295 r44335  
    801801
    802802/**
     803 * Ajax handler to delete a page.
     804 *
    803805 * @since 3.1.0
    804806 *
    805  * @param string $action
     807 * @param string $action Action to perform.
    806808 */
    807809function wp_ajax_delete_page( $action ) {
Note: See TracChangeset for help on using the changeset viewer.