Changeset 10893
- Timestamp:
- 04/08/2009 06:40:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10872 r10893 370 370 * Compares the first two arguments and if identical marks as checked 371 371 * 372 * @since unknown372 * @since 2.8 373 373 * 374 374 * @param any $checked One of the values to compare … … 385 385 * Compares the first two arguments and if identical marks as selected 386 386 * 387 * @since unknown388 * 389 * @param any $checked One of the values to compare387 * @since 2.8 388 * 389 * @param any selected One of the values to compare 390 390 * @param any $current (true) The other value to compare if not just true 391 391 * @param bool $echo Whether or not to echo or just return the string … … 400 400 * Compares the first two arguments and if identical marks as $type 401 401 * 402 * @since unknown402 * @since 2.8 403 403 * @access private 404 404 * 405 * @param any $ checkedOne of the values to compare405 * @param any $helper One of the values to compare 406 406 * @param any $current (true) The other value to compare if not just true 407 407 * @param bool $echo Whether or not to echo or just return the string
Note: See TracChangeset
for help on using the changeset viewer.