Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:27:25 PM (15 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/misc.php

    r13609 r13733  
    657657/**
    658658 * Send a HTTP header to disable content type sniffing in browsers which support it.
    659  * 
     659 *
    660660 * @link http://blogs.msdn.com/ie/archive/2008/07/02/ie8-security-part-v-comprehensive-protection.aspx
    661661 * @link http://src.chromium.org/viewvc/chrome?view=rev&revision=6985
    662  * 
     662 *
    663663 * @since 3.0.0.
    664664 * @return none
    665665 */
    666666function send_nosniff_header() {
    667     @header( 'X-Content-Type-Options: nosniff' ); 
     667    @header( 'X-Content-Type-Options: nosniff' );
    668668}
    669669/**
Note: See TracChangeset for help on using the changeset viewer.