Changeset 3570 for trunk/wp-includes/functions.php
- Timestamp:
- 02/27/2006 04:57:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3566 r3570 2410 2410 return ''; 2411 2411 } 2412 2413 function bool_from_yn($yn) { 2414 if ($yn == 'Y') return 1; 2415 return 0; 2416 } 2412 2417 ?>
Note: See TracChangeset
for help on using the changeset viewer.