Version Description
- Fix set editor font css
Download this release
Release Info
Developer | parselearn |
Plugin | Parsi Date |
Version | 2.3.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.0.1 to 2.3.0.2
- includes/admin/styles-fix.php +2 -2
- readme.txt +3 -0
- wp-parsidate.php +1 -1
includes/admin/styles-fix.php
CHANGED
@@ -32,8 +32,8 @@ function wpp_fix_tinymce_font()
|
|
32 |
global $wpp_settings;
|
33 |
|
34 |
add_editor_style(WP_PARSI_URL . 'assets/css/editor.css');
|
35 |
-
if (
|
36 |
-
add_editor_style(WP_PARSI_URL . 'assets/css/editor-font.css');
|
37 |
}
|
38 |
}
|
39 |
|
32 |
global $wpp_settings;
|
33 |
|
34 |
add_editor_style(WP_PARSI_URL . 'assets/css/editor.css');
|
35 |
+
if (isset($wpp_settings['droidsans_editor']) && $wpp_settings['droidsans_editor'] != 'disable') {
|
36 |
+
add_editor_style(WP_PARSI_URL . 'assets/css/editor-font-rtl.css');
|
37 |
}
|
38 |
}
|
39 |
|
readme.txt
CHANGED
@@ -42,6 +42,9 @@ List of some features:
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
|
|
|
|
|
|
45 |
= 2.3 =
|
46 |
* Add [WP-Planet.ir](http://wp-planet.ir) widget
|
47 |
* Fix some bug
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 2.3.0.2 =
|
46 |
+
* Fix set editor font css
|
47 |
+
|
48 |
= 2.3 =
|
49 |
* Add [WP-Planet.ir](http://wp-planet.ir) widget
|
50 |
* Fix some bug
|
wp-parsidate.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP-Parsidate
|
4 |
-
* Version: 2.3.0.
|
5 |
* Plugin URI: http://forum.wp-parsi.com/
|
6 |
* Description: Persian package for WordPress, Adds full RTL and Shamsi (Jalali) support for: posts, comments, pages, archives, search, categories, permalinks and all admin sections and TinyMce editor, lists, quick editor. This package has Jalali archive widget.
|
7 |
* Author: WP-Parsi Team
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP-Parsidate
|
4 |
+
* Version: 2.3.0.2
|
5 |
* Plugin URI: http://forum.wp-parsi.com/
|
6 |
* Description: Persian package for WordPress, Adds full RTL and Shamsi (Jalali) support for: posts, comments, pages, archives, search, categories, permalinks and all admin sections and TinyMce editor, lists, quick editor. This package has Jalali archive widget.
|
7 |
* Author: WP-Parsi Team
|