Make WordPress Core


Ignore:
Timestamp:
08/24/2023 08:59:36 AM (19 months ago)
Author:
audrasjb
Message:

Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r56186 r56434  
    778778 *
    779779 *     @type callable $upload_error_handler     Function to call when there is an error during the upload process.
    780  *                                              @see wp_handle_upload_error().
     780 *                                              See {@see wp_handle_upload_error()}.
    781781 *     @type callable $unique_filename_callback Function to call when determining a unique file name for the file.
    782  *                                              @see wp_unique_filename().
     782 *                                              See {@see wp_unique_filename()}.
    783783 *     @type string[] $upload_error_strings     The strings that describe the error indicated in
    784784 *                                              `$_FILES[{form field}]['error']`.
     
    846846     *
    847847     * @param array|false $overrides An array of override parameters for this file. Boolean false if none are
    848      *                               provided. @see _wp_handle_upload().
     848     *                               provided. See {@see _wp_handle_upload()}.
    849849     * @param array       $file      {
    850850     *     Reference to a single element from `$_FILES`.
Note: See TracChangeset for help on using the changeset viewer.