Version Description
Download this release
Release Info
Developer | mani_monaj |
Plugin | wp-jalali |
Version | 4.5.1 |
Comparing to | |
See all releases |
Code changes from version 4.5 to 4.5.1
- readme.txt +1 -1
- wp-jalali.php +5 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wp-persian.com/donate/
|
|
4 |
Tags: Persian, Farsi, Jalali, Date, Calendar, i18n, l10n, Iran, Iranian
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 3.7
|
7 |
-
Stable tag: 4.5
|
8 |
|
9 |
Turn you Wordpress into a full featured Persian (Iranian) Blogging Platform.
|
10 |
|
4 |
Tags: Persian, Farsi, Jalali, Date, Calendar, i18n, l10n, Iran, Iranian
|
5 |
Requires at least: 2.1
|
6 |
Tested up to: 3.7
|
7 |
+
Stable tag: 4.5.1
|
8 |
|
9 |
Turn you Wordpress into a full featured Persian (Iranian) Blogging Platform.
|
10 |
|
wp-jalali.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: wp-jalali
|
4 |
Plugin URI: http://wp-persian.com/plugins/wp-jalali/
|
5 |
Description: Full Jalali Date and Persian(Farsi) Support Package for wordpress, Full posts' and comments' dates convertion , Jalali Archive , Magic(Jalali/Gregorian) Calendar and Jalali/Gregorian Compaitables Permalinks, TinyMCE RTL/LTR activation, TinyMCE Persian Improvement, Cross browser Perisan keyboard support, Jalali Archive/Calendar widgets and Persian numbers, Great tool for Persian(Iranian) Users of WordPress, part of <a href="http://wp-persian.com" title="پروژه وردپرس فارسی">Persian Wordpress Project</a>.
|
6 |
-
Version: 4.5
|
7 |
Author: Mani Monajjemi
|
8 |
Author URI: http://www.manionline.org/
|
9 |
*/
|
@@ -525,6 +525,10 @@ function mps_the_jweekday_date($input, $before, $after) {
|
|
525 |
|
526 |
|
527 |
function mps_jalali_query($where) {
|
|
|
|
|
|
|
|
|
528 |
$_wp_version = get_bloginfo("version");
|
529 |
|
530 |
/* Wordpress 1.6+ */
|
3 |
Plugin Name: wp-jalali
|
4 |
Plugin URI: http://wp-persian.com/plugins/wp-jalali/
|
5 |
Description: Full Jalali Date and Persian(Farsi) Support Package for wordpress, Full posts' and comments' dates convertion , Jalali Archive , Magic(Jalali/Gregorian) Calendar and Jalali/Gregorian Compaitables Permalinks, TinyMCE RTL/LTR activation, TinyMCE Persian Improvement, Cross browser Perisan keyboard support, Jalali Archive/Calendar widgets and Persian numbers, Great tool for Persian(Iranian) Users of WordPress, part of <a href="http://wp-persian.com" title="پروژه وردپرس فارسی">Persian Wordpress Project</a>.
|
6 |
+
Version: 4.5.1
|
7 |
Author: Mani Monajjemi
|
8 |
Author URI: http://www.manionline.org/
|
9 |
*/
|
525 |
|
526 |
|
527 |
function mps_jalali_query($where) {
|
528 |
+
if (is_admin()) {
|
529 |
+
// Skip admin pages
|
530 |
+
return $where;
|
531 |
+
}
|
532 |
$_wp_version = get_bloginfo("version");
|
533 |
|
534 |
/* Wordpress 1.6+ */
|