Ticket #20439: patch.diff
| File patch.diff, 616 bytes (added by bananastalktome, 14 months ago) |
|---|
-
wp-includes/functions.php
3448 3448 } 3449 3449 3450 3450 /** 3451 * Returns 1. 3452 * 3453 * Useful for returning 1 to filters easily. 3454 * 3455 * @since 3.4.0 3456 * @return int 1 3457 */ 3458 function __return_one() { 3459 return 1; 3460 } 3461 3462 /** 3451 3463 * Returns an empty array. 3452 3464 * 3453 3465 * Useful for returning an empty array to filters easily. … … 3472 3484 return null; 3473 3485 } 3474 3486 3487 3488 3475 3489 /** 3476 3490 * Send a HTTP header to disable content type sniffing in browsers which support it. 3477 3491 *
