Changeset 13382 for trunk/wp-admin/includes/template.php
- Timestamp:
- 02/24/2010 08:13:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r13359 r13382 181 181 * @param any $checked One of the values to compare 182 182 * @param any $current (true) The other value to compare if not just true 183 * @param bool $echo Whether or notto echo or just return the string183 * @param bool $echo Whether to echo or just return the string 184 184 */ 185 185 function checked( $checked, $current = true, $echo = true) { … … 196 196 * @param any selected One of the values to compare 197 197 * @param any $current (true) The other value to compare if not just true 198 * @param bool $echo Whether or notto echo or just return the string198 * @param bool $echo Whether to echo or just return the string 199 199 */ 200 200 function selected( $selected, $current = true, $echo = true) { … … 212 212 * @param any $helper One of the values to compare 213 213 * @param any $current (true) The other value to compare if not just true 214 * @param bool $echo Whether or notto echo or just return the string214 * @param bool $echo Whether to echo or just return the string 215 215 * @param string $type The type of checked|selected we are doing. 216 216 */
Note: See TracChangeset
for help on using the changeset viewer.