Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:13:23 PM (15 years ago)
Author:
nacin
Message:

Spelling and grammar fun. Fixes #11875 props cnorris23

File:
1 edited

Legend:

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

    r13359 r13382  
    181181 * @param any $checked One of the values to compare
    182182 * @param any $current (true) The other value to compare if not just true
    183  * @param bool $echo Whether or not to echo or just return the string
     183 * @param bool $echo Whether to echo or just return the string
    184184 */
    185185function checked( $checked, $current = true, $echo = true) {
     
    196196 * @param any selected One of the values to compare
    197197 * @param any $current (true) The other value to compare if not just true
    198  * @param bool $echo Whether or not to echo or just return the string
     198 * @param bool $echo Whether to echo or just return the string
    199199 */
    200200function selected( $selected, $current = true, $echo = true) {
     
    212212 * @param any $helper One of the values to compare
    213213 * @param any $current (true) The other value to compare if not just true
    214  * @param bool $echo Whether or not to echo or just return the string
     214 * @param bool $echo Whether to echo or just return the string
    215215 * @param string $type The type of checked|selected we are doing.
    216216 */
Note: See TracChangeset for help on using the changeset viewer.