Changeset 37674 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/10/2016 04:49:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37670 r37674 676 676 * 677 677 * @see _http_build_query() Used to build the query 678 * @link http ://us2.php.net/manual/en/function.http-build-query.php for more on what678 * @link https://secure.php.net/manual/en/function.http-build-query.php for more on what 679 679 * http_build_query() does. 680 680 * … … 692 692 * @access private 693 693 * 694 * @see http ://us1.php.net/manual/en/function.http-build-query.php694 * @see https://secure.php.net/manual/en/function.http-build-query.php 695 695 * 696 696 * @param array|object $data An array or object of data. Converted to array. … … 1780 1780 * @since 2.8.0 1781 1781 * 1782 * @see http ://bugs.php.net/bug.php?id=276091783 * @see http ://bugs.php.net/bug.php?id=309311782 * @see https://bugs.php.net/bug.php?id=27609 1783 * @see https://bugs.php.net/bug.php?id=30931 1784 1784 * 1785 1785 * @param string $path Windows path to check for write-ability. … … 4732 4732 * @since 3.0.0 4733 4733 * 4734 * @see http ://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx4735 * @see http ://src.chromium.org/viewvc/chrome?view=rev&revision=69854734 * @see https://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx 4735 * @see https://src.chromium.org/viewvc/chrome?view=rev&revision=6985 4736 4736 */ 4737 4737 function send_nosniff_header() {
Note: See TracChangeset
for help on using the changeset viewer.