Make WordPress Core


Ignore:
Timestamp:
10/24/2011 07:13:23 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r19044 r19054  
    28272827            header( 'Content-Type: text/html; charset=utf-8' );
    28282828        }
    2829    
     2829
    28302830        if ( empty($title) )
    28312831            $title = $have_gettext ? __('WordPress › Error') : 'WordPress › Error';
    2832    
     2832
    28332833        $text_direction = 'ltr';
    28342834        if ( isset($r['text_direction']) && 'rtl' == $r['text_direction'] )
Note: See TracChangeset for help on using the changeset viewer.