Make WordPress Core


Ignore:
Timestamp:
12/20/2014 08:55:21 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve some docs for @param. Remove an unneeded $wpdb global import.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/meta.php

    r30846 r30979  
    11471147     */
    11481148    public function get_sql( $type, $primary_table, $primary_id_column, $context = null ) {
    1149         global $wpdb;
    1150 
    11511149        if ( ! $meta_table = _get_meta_table( $type ) ) {
    11521150            return false;
Note: See TracChangeset for help on using the changeset viewer.