Changeset 19054 for trunk/wp-includes/functions.php
- Timestamp:
- 10/24/2011 07:13:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r19044 r19054 2827 2827 header( 'Content-Type: text/html; charset=utf-8' ); 2828 2828 } 2829 2829 2830 2830 if ( empty($title) ) 2831 2831 $title = $have_gettext ? __('WordPress › Error') : 'WordPress › Error'; 2832 2832 2833 2833 $text_direction = 'ltr'; 2834 2834 if ( isset($r['text_direction']) && 'rtl' == $r['text_direction'] )
Note: See TracChangeset
for help on using the changeset viewer.