Changeset 38028 for trunk/src/wp-admin/admin-ajax.php
- Timestamp:
- 07/10/2016 12:50:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-ajax.php
r37741 r38028 1 1 <?php 2 2 /** 3 * WordPress A JAX Process Execution.3 * WordPress Ajax Process Execution 4 4 * 5 5 * @package WordPress … … 10 10 11 11 /** 12 * Executing A JAXprocess.12 * Executing Ajax process. 13 13 * 14 14 * @since 2.1.0 … … 82 82 if ( is_user_logged_in() ) { 83 83 /** 84 * Fires authenticated A JAXactions for logged-in users.84 * Fires authenticated Ajax actions for logged-in users. 85 85 * 86 86 * The dynamic portion of the hook name, `$_REQUEST['action']`, 87 * refers to the name of the A JAXaction callback being fired.87 * refers to the name of the Ajax action callback being fired. 88 88 * 89 89 * @since 2.1.0 … … 92 92 } else { 93 93 /** 94 * Fires non-authenticated A JAXactions for logged-out users.94 * Fires non-authenticated Ajax actions for logged-out users. 95 95 * 96 96 * The dynamic portion of the hook name, `$_REQUEST['action']`, 97 * refers to the name of the A JAXaction callback being fired.97 * refers to the name of the Ajax action callback being fired. 98 98 * 99 99 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.