Make WordPress Core


Ignore:
Timestamp:
11/21/2012 03:01:28 PM (13 years ago)
Author:
ryan
Message:

Pinking shears and eol-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/admin/includesScreen.php

    r1073 r1148  
    8181            $this->assertFalse( $current_screen->in_admin( 'user' ) );
    8282            $this->assertFalse( $current_screen->in_admin( 'garbage' ) );
    83            
     83
    8484            // With convert_to_screen(), the same ID should return the exact $current_screen.
    8585            $this->assertSame( $current_screen, convert_to_screen( $screen->id ), $hook_name );
Note: See TracChangeset for help on using the changeset viewer.