Changeset 14360 for trunk/wp-content/plugins/hello.php
- Timestamp:
- 05/03/2010 05:49:19 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/plugins/hello.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/hello.php
r13377 r14360 63 63 function dolly_css() { 64 64 // This makes sure that the posinioning is also good for right-to-left languages 65 $x = ( 'rtl' == get_bloginfo( 'text_direction') ) ? 'left' : 'right';65 $x = ( is_rtl() ) ? 'left' : 'right'; 66 66 67 67 echo "
Note: See TracChangeset
for help on using the changeset viewer.