Make WordPress Core


Ignore:
Timestamp:
04/05/2015 05:14:14 PM (11 years ago)
Author:
DrewAPicture
Message:

Remove unnecessary inline @see tags from the wpdb::process_field_charsets() DocBlock.

See [30345]. See #31888.

File:
1 edited

Legend:

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

    r31947 r32049  
    19881988        /**
    19891989         * Adds field charsets to field/value/format arrays generated by
    1990          * the {@see wpdb::process_field_formats()} method.
     1990         * the wpdb::process_field_formats() method.
    19911991         *
    19921992         * @since 4.2.0
    19931993         * @access protected
    19941994         *
    1995          * @param array  $data  As it comes from the {@see wpdb::process_field_formats()} method.
     1995         * @param array  $data  As it comes from the wpdb::process_field_formats() method.
    19961996         * @param string $table Table name.
    19971997         * @return The same array as $data with additional 'charset' keys.
Note: See TracChangeset for help on using the changeset viewer.