Changeset 5572 for trunk/wp-includes/functions.php
- Timestamp:
- 05/28/2007 05:05:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5555 r5572 755 755 756 756 function bool_from_yn($yn) { 757 if ( $yn== 'Y') return 1;757 if (strtoupper( $yn ) == 'Y') return 1; 758 758 return 0; 759 759 }
Note: See TracChangeset
for help on using the changeset viewer.