Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 17521)
+++ wp-includes/general-template.php	(working copy)
@@ -1890,8 +1890,8 @@
 	$attributes = array();
 	$output = '';
 
-	if ( function_exists( 'is_rtl' ) )
-		$attributes[] = 'dir="' . ( is_rtl() ? 'rtl' : 'ltr' ) . '"';
+	if ( is_rtl() )
+		$attributes[] = 'dir="rtl"';
 
 	if ( $lang = get_bloginfo('language') ) {
 		if ( get_option('html_type') == 'text/html' || $doctype == 'html' )
