Changeset 1143484
- Timestamp:
- 04/23/2015 04:27:49 PM (11 years ago)
- Location:
- wp-farsi
- Files:
-
- 6 added
- 2 edited
-
tags/2.4.1 (added)
-
tags/2.4.1/index.php (added)
-
tags/2.4.1/license.html (added)
-
tags/2.4.1/pdate.php (added)
-
tags/2.4.1/wp-farsi.php (added)
-
tags/2.4.1/wpfa_admin.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-farsi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-farsi/trunk/readme.txt
r1136401 r1143484 43 43 44 44 == Changelog == 45 46 = 2.4.1 = 47 * Fixed a problem with feed 45 48 46 49 = 2.4.0 = -
wp-farsi/trunk/wp-farsi.php
r1136401 r1143484 6 6 Author: Ali.Dbg 😉 7 7 Author URI: https://github.com/alidbg/wp-farsi 8 Version: 2.4. 08 Version: 2.4.1 9 9 License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html) 10 10 */ … … 59 59 'get_the_modified_date', 'the_modified_date', 'get_the_modified_time', 'the_modified_time', 'get_post_modified_time', 'number_format_i18n' 60 60 ) 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); 62 62 if (WPFA_NUMS === "on") 63 63 add_filter('number_format_i18n', 'numbers_fa');
Note: See TracChangeset
for help on using the changeset viewer.