]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/hello.php
Wordpress 3.0.1-scripts
[autoinstalls/wordpress.git] / wp-content / plugins / hello.php
index a80b1ea24567683d171fb299372b9f605ca4566f..2877f083468c9df5966b4cc604ac23942d98feaa 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
  * @package Hello_Dolly
- * @author Matt Mullenweg
  * @version 1.5.1
  */
 /*
@@ -63,7 +62,7 @@ add_action('admin_footer', 'hello_dolly');
 // We need some CSS to position the paragraph
 function dolly_css() {
        // This makes sure that the posinioning is also good for right-to-left languages
-       $x = ( 'rtl' == get_bloginfo( 'text_direction' ) ) ? 'left' : 'right';
+       $x = ( is_rtl() ) ? 'left' : 'right';
 
        echo "
        <style type='text/css'>