Docs: Correct the description of the wpdb::process_field_formats() return value.
See #63166 Built from https://develop.svn.wordpress.org/trunk@60254 git-svn-id: http://core.svn.wordpress.org/trunk@59590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2866,8 +2866,12 @@ class wpdb {
|
||||
* @return array {
|
||||
* Array of values and formats keyed by their field names.
|
||||
*
|
||||
* @type mixed $value The value to be formatted.
|
||||
* @type string $format The format to be mapped to the value.
|
||||
* @type array ...$0 {
|
||||
* Value and format for this field.
|
||||
*
|
||||
* @type mixed $value The value to be formatted.
|
||||
* @type string $format The format to be mapped to the value.
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
protected function process_field_formats( $data, $format ) {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.9-alpha-60253';
|
||||
$wp_version = '6.9-alpha-60254';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user