Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (15 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r15585 r15590  
    20382038 * @param string $name The name of the theme.
    20392039 * @param string $url The url of the css file containing the colour scheme.
    2040  * @param array @colors Optional An array of CSS color definitions which are used to give the user a feel for the theme.
     2040 * @param array $colors Optional An array of CSS color definitions which are used to give the user a feel for the theme.
    20412041 */
    20422042function wp_admin_css_color($key, $name, $url, $colors = array()) {
     
    22472247 * @since 1.0
    22482248 *
    2249  * @param mixed selected One of the values to compare
     2249 * @param mixed $selected One of the values to compare
    22502250 * @param mixed $current (true) The other value to compare if not just true
    22512251 * @param bool $echo Whether to echo or just return the string
Note: See TracChangeset for help on using the changeset viewer.