Changeset 51885 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/04/2021 08:42:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r51793 r51885 1534 1534 * 1535 1535 * @param string $yn Character string containing either 'y' (yes) or 'n' (no). 1536 * @return bool True if yes, false on anything else.1536 * @return bool True if 'y', false on anything else. 1537 1537 */ 1538 1538 function bool_from_yn( $yn ) {
Note: See TracChangeset
for help on using the changeset viewer.