diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index 643fc87576..6526a10667 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -800,9 +800,11 @@ function wp_ajax_untrash_post( $action ) { } /** + * Ajax handler to delete a page. + * * @since 3.1.0 * - * @param string $action + * @param string $action Action to perform. */ function wp_ajax_delete_page( $action ) { if ( empty( $action ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index a6151d01ad..5867885bd3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44334'; +$wp_version = '5.1-alpha-44335'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.