Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-scripts.php

    r48070 r48590  
    208208 * @param string $object_name Name for the JavaScript object. Passed directly, so it should be qualified JS variable.
    209209 *                            Example: '/[a-zA-Z0-9_]+/'.
    210  * @param array $l10n         The data itself. The data can be either a single or multi-dimensional array.
     210 * @param array  $l10n        The data itself. The data can be either a single or multi-dimensional array.
    211211 * @return bool True if the script was successfully localized, false otherwise.
    212212 */
Note: See TracChangeset for help on using the changeset viewer.