Changeset 48067 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/16/2020 09:05:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r48059 r48067 422 422 * Contrary to normal success Ajax response ("1"), die with time() on success. 423 423 * 424 * @since 2.7.0 424 425 * @access private 425 * @since 2.7.0426 426 * 427 427 * @param int $comment_id … … 555 555 * Ajax handler for adding a hierarchical term. 556 556 * 557 * @since 3.1.0 557 558 * @access private 558 * @since 3.1.0559 559 */ 560 560 function _wp_ajax_add_hierarchical_term() { … … 4669 4669 * 4670 4670 * @since 4.9.0 4671 * 4671 4672 * @see wp_edit_theme_plugin_file() 4672 4673 */
Note: See TracChangeset
for help on using the changeset viewer.