Changeset 34793 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/03/2015 01:31:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r34778 r34793 2588 2588 } 2589 2589 2590 <?php if ( 'rtl' == $text_direction ) : ?> 2591 body { font-family: Tahoma, Arial; } 2592 <?php endif; ?> 2590 <?php 2591 if ( 'rtl' == $text_direction ) { 2592 echo 'body { font-family: Tahoma, Arial; }'; 2593 } 2594 ?> 2593 2595 </style> 2594 2596 </head>
Note: See TracChangeset
for help on using the changeset viewer.