Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:21:46 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46595 r46660  
    3838 *
    3939 * @param string|bool|array $handles Styles to be printed. Default 'false'.
    40  * @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array.
     40 * @return string[] On success, an array of handles of processed WP_Dependencies items; otherwise, an empty array.
    4141 */
    4242function wp_print_styles( $handles = false ) {
Note: See TracChangeset for help on using the changeset viewer.