Changeset 30649 for trunk/src/wp-admin/admin-ajax.php
- Timestamp:
- 11/30/2014 11:42:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-ajax.php
r30333 r30649 78 78 * Fires authenticated AJAX actions for logged-in users. 79 79 * 80 * The dynamic portion of the hook name, $_REQUEST['action'],80 * The dynamic portion of the hook name, `$_REQUEST['action']`, 81 81 * refers to the name of the AJAX action callback being fired. 82 82 * … … 88 88 * Fires non-authenticated AJAX actions for logged-out users. 89 89 * 90 * The dynamic portion of the hook name, $_REQUEST['action'],90 * The dynamic portion of the hook name, `$_REQUEST['action']`, 91 91 * refers to the name of the AJAX action callback being fired. 92 92 *
Note: See TracChangeset
for help on using the changeset viewer.