Make WordPress Core


Ignore:
Timestamp:
09/20/2022 08:30:03 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline docs.

See #55646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r54254 r54267  
    170170 *
    171171 * @param WP_Scripts $scripts WP_Scripts object.
    172  * @param array      $tests   Features to detect.
     172 * @param string[]   $tests   Features to detect.
    173173 * @return string Conditional polyfill inline script.
    174174 */
     
    17461746 * @since 2.3.1
    17471747 *
    1748  * @param array $js_array JavaScript scripts array
    1749  * @return array Reordered array, if needed.
     1748 * @param string[] $js_array JavaScript scripts array
     1749 * @return string[] Reordered array, if needed.
    17501750 */
    17511751function wp_prototype_before_jquery( $js_array ) {
Note: See TracChangeset for help on using the changeset viewer.