Changeset 15590 for trunk/wp-includes/general-template.php
- Timestamp:
- 09/07/2010 11:21:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r15585 r15590 2038 2038 * @param string $name The name of the theme. 2039 2039 * @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. 2041 2041 */ 2042 2042 function wp_admin_css_color($key, $name, $url, $colors = array()) { … … 2247 2247 * @since 1.0 2248 2248 * 2249 * @param mixed selected One of the values to compare2249 * @param mixed $selected One of the values to compare 2250 2250 * @param mixed $current (true) The other value to compare if not just true 2251 2251 * @param bool $echo Whether to echo or just return the string
Note: See TracChangeset
for help on using the changeset viewer.