Make WordPress Core


Ignore:
Timestamp:
11/30/2014 11:23:37 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs.

See #30224.

File:
1 edited

Legend:

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

    r29840 r30674  
    2020 * @since 2.6.0
    2121 *
    22  * @param array|bool $handles Styles to be printed. Default 'false'.
     22 * @param string|bool|array $handles Styles to be printed. Default 'false'.
    2323 * @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array.
    2424 */
     
    237237 * @param string $key    Name of data point for which we're storing a value.
    238238 *                       Accepts 'conditional', 'rtl' and 'suffix', 'alt' and 'title'.
    239  * @param mixed  $data   String containing the CSS data to be added.
     239 * @param mixed  $value  String containing the CSS data to be added.
    240240 * @return bool True on success, false on failure.
    241241 */
Note: See TracChangeset for help on using the changeset viewer.