diff --git a/wp-includes/version.php b/wp-includes/version.php index 89474ea297..5a22edba02 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32048'; +$wp_version = '4.2-beta4-32049'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index ac9f24e6cd..846ff2f819 100644 --- a/wp-includes/wp-db.php +++ b/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. */