From d62a1bf1e96fda88da0ca4bad250cbe55772a7e2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 3 Feb 2016 20:17:26 +0000 Subject: [PATCH] Docs: Mark two private functions as such in wp-admin/ajax-actions.php. See #32246. Built from https://develop.svn.wordpress.org/trunk@36472 git-svn-id: http://core.svn.wordpress.org/trunk@36439 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ajax-actions.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index 68f8d508d1..34d179ceff 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -336,6 +336,7 @@ function wp_ajax_logged_in() { * * Contrary to normal success AJAX response ("1"), die with time() on success. * + * @access private * @since 2.7.0 * * @param int $comment_id @@ -430,6 +431,7 @@ function _wp_ajax_delete_comment_response( $comment_id, $delta = -1 ) { /** * Ajax handler for adding a hierarchical term. * + * @access private * @since 3.1.0 */ function _wp_ajax_add_hierarchical_term() { diff --git a/wp-includes/version.php b/wp-includes/version.php index b26d6d7e72..68cf81079d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36471'; +$wp_version = '4.5-alpha-36472'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.