Changeset 28539 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/22/2014 05:36:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r28358 r28539 104 104 */ 105 105 function wp_ajax_ajax_tag_search() { 106 global $wpdb;107 108 106 if ( isset( $_GET['tax'] ) ) { 109 107 $taxonomy = sanitize_key( $_GET['tax'] ); … … 895 893 */ 896 894 function wp_ajax_replyto_comment( $action ) { 897 global $wp_list_table , $wpdb;895 global $wp_list_table; 898 896 if ( empty( $action ) ) 899 897 $action = 'replyto-comment';
Note: See TracChangeset
for help on using the changeset viewer.