Make WordPress Core


Ignore:
Timestamp:
05/22/2014 05:36:42 PM (11 years ago)
Author:
wonderboymusic
Message:

These functions import $wpdb but do not use it.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r28358 r28539  
    104104 */
    105105function wp_ajax_ajax_tag_search() {
    106     global $wpdb;
    107 
    108106    if ( isset( $_GET['tax'] ) ) {
    109107        $taxonomy = sanitize_key( $_GET['tax'] );
     
    895893 */
    896894function wp_ajax_replyto_comment( $action ) {
    897     global $wp_list_table, $wpdb;
     895    global $wp_list_table;
    898896    if ( empty( $action ) )
    899897        $action = 'replyto-comment';
Note: See TracChangeset for help on using the changeset viewer.