Changeset 13413 for trunk/wp-includes/functions.php
- Timestamp:
- 02/25/2010 09:56:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r13408 r13413 4043 4043 return trim($t, "\"'\n\r "); 4044 4044 } 4045 4046 /** 4047 * Returns false 4048 * 4049 * Useful for returning false to filters easily 4050 * 4051 * @return bool false 4052 */ 4053 function __return_false() { 4054 return false; 4055 } 4045 4056 ?>
Note: See TracChangeset
for help on using the changeset viewer.