From 131b3d08d298c01dce50f45ba7200cdafd540293 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 5 Apr 2015 17:14:14 +0000 Subject: [PATCH] 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 --- src/wp-includes/wp-db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/wp-db.php b/src/wp-includes/wp-db.php index ac9f24e6cd..846ff2f819 100644 --- a/src/wp-includes/wp-db.php +++ b/src/wp-includes/wp-db.php @@ -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. */