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

See [30345]. See #31888.


git-svn-id: https://develop.svn.wordpress.org/trunk@32049 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-04-05 17:14:14 +00:00
parent cabc9a964a
commit 131b3d08d2

View File

@ -1987,12 +1987,12 @@ class wpdb {
/**
* Adds field charsets to field/value/format arrays generated by
* the {@see wpdb::process_field_formats()} method.
* the wpdb::process_field_formats() method.
*
* @since 4.2.0
* @access protected
*
* @param array $data As it comes from the {@see wpdb::process_field_formats()} method.
* @param array $data As it comes from the wpdb::process_field_formats() method.
* @param string $table Table name.
* @return The same array as $data with additional 'charset' keys.
*/