mgerring / WordPress-Wiki

A wiki plugin for WordPress
http://wp-wiki.org
19 stars 1 forks source link

RTL support #13

Closed ramiy closed 13 years ago

ramiy commented 13 years ago

i have created rtl.css file to support rtl languages. how can upload the file?

ramiy commented 13 years ago

i sent you the file, check your email.

ramiy commented 13 years ago

change the styles() function in "controllers/wiki_pages.php" file to:

function styles() { wp_enqueue_style('wordpress-wiki', PLUGIN_URL ."/".WPWIKI_DIR_NAME."/static/style.css"); if ( is_rtl() ) wp_enqueue_style('wordpress-wiki-rtl', PLUGIN_URL ."/".WPWIKI_DIR_NAME."/static/rtl.css"); }

to add the rtl file to the theme.