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
This commit is contained in:
Drew Jaynes 2016-02-03 20:17:26 +00:00
parent 9351a7c9ff
commit d62a1bf1e9
2 changed files with 3 additions and 1 deletions

View File

@ -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() {

View File

@ -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.