Make WordPress Core

Changeset 60254


Ignore:
Timestamp:
05/26/2025 09:45:07 PM (8 months ago)
Author:
johnbillion
Message:

Docs: Correct the description of the wpdb::process_field_formats() return value.

See #63166

File:
1 edited

Legend:

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

    r59803 r60254  
    28672867     *     Array of values and formats keyed by their field names.
    28682868     *
    2869      *     @type mixed  $value  The value to be formatted.
    2870      *     @type string $format The format to be mapped to the value.
     2869     *     @type array ...$0 {
     2870     *         Value and format for this field.
     2871     *
     2872     *         @type mixed  $value  The value to be formatted.
     2873     *         @type string $format The format to be mapped to the value.
     2874     *     }
    28712875     * }
    28722876     */
Note: See TracChangeset for help on using the changeset viewer.