Changeset 25037
- Timestamp:
- 08/16/2013 08:01:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r24995 r25037 3669 3669 3670 3670 /** 3671 * Returns an empty string. 3672 * 3673 * Useful for returning an empty string to filters easily. 3674 * 3675 * @since 3.7.0 3676 * @see __return_null() 3677 * @return string Empty string 3678 */ 3679 function __return_empty_string() { 3680 return ''; 3681 } 3682 3683 /** 3671 3684 * Send a HTTP header to disable content type sniffing in browsers which support it. 3672 3685 *
Note: See TracChangeset
for help on using the changeset viewer.