Make WordPress Core

Changeset 10893


Ignore:
Timestamp:
04/08/2009 06:40:36 PM (15 years ago)
Author:
westi
Message:

More phpdoc updates.

File:
1 edited

Legend:

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

    r10872 r10893  
    370370 * Compares the first two arguments and if identical marks as checked
    371371 *
    372  * @since unknown
     372 * @since 2.8
    373373 *
    374374 * @param any $checked One of the values to compare
     
    385385 * Compares the first two arguments and if identical marks as selected
    386386 *
    387  * @since unknown
    388  *
    389  * @param any $checked One of the values to compare
     387 * @since 2.8
     388 *
     389 * @param any selected One of the values to compare
    390390 * @param any $current (true) The other value to compare if not just true
    391391 * @param bool $echo Whether or not to echo or just return the string
     
    400400 * Compares the first two arguments and if identical marks as $type
    401401 *
    402  * @since unknown
     402 * @since 2.8
    403403 * @access private
    404404 *
    405  * @param any $checked One of the values to compare
     405 * @param any $helper One of the values to compare
    406406 * @param any $current (true) The other value to compare if not just true
    407407 * @param bool $echo Whether or not to echo or just return the string
Note: See TracChangeset for help on using the changeset viewer.