Advertisement
SergeyBiryukov

RTL in wp-config.php

Dec 15th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. if ( !empty( $_GET['rtl'] ) ) {
  2.     $text_direction = 'rtl';
  3.     define('WPLANG', 'he_IL');
  4. } else {
  5.     define('WPLANG', '');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement