Plugin Directory

Changeset 1143484


Ignore:
Timestamp:
04/23/2015 04:27:49 PM (11 years ago)
Author:
Ali.Dbg
Message:

Update to version 4.2.1

Location:
wp-farsi
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-farsi/trunk/readme.txt

    r1136401 r1143484  
    4343
    4444== Changelog ==
     45
     46= 2.4.1 =
     47* Fixed a problem with feed
    4548
    4649= 2.4.0 =
  • wp-farsi/trunk/wp-farsi.php

    r1136401 r1143484  
    66Author: Ali.Dbg 😉
    77Author URI: https://github.com/alidbg/wp-farsi
    8 Version: 2.4.0
     8Version: 2.4.1
    99License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
    1010*/
     
    5959        'get_the_modified_date', 'the_modified_date', 'get_the_modified_time', 'the_modified_time', 'get_post_modified_time', 'number_format_i18n'
    6060    ) as $i) remove_all_filters($i);
    61     add_filter('date_i18n', 'wpfa_date_i18n', 10, 3);
     61    if (!is_feed()) add_filter('date_i18n', 'wpfa_date_i18n', 10, 3);
    6262    if (WPFA_NUMS === "on")
    6363        add_filter('number_format_i18n', 'numbers_fa');
Note: See TracChangeset for help on using the changeset viewer.