Changeset 1323285
- Timestamp:
- 01/07/2016 03:52:14 PM (10 years ago)
- Location:
- wp-farsi
- Files:
-
- 7 added
- 2 edited
-
tags/3.1 (added)
-
tags/3.1/index.php (added)
-
tags/3.1/license.html (added)
-
tags/3.1/pdate.php (added)
-
tags/3.1/readme.txt (added)
-
tags/3.1/wp-farsi.php (added)
-
tags/3.1/wpfa_admin.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-farsi.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-farsi/trunk/readme.txt
r1301011 r1323285 44 44 45 45 == Changelog == 46 47 = 3.1.2 = 48 * Added setlocale 46 49 47 50 = 3.1 = -
wp-farsi/trunk/wp-farsi.php
r1301011 r1323285 6 6 Author: Ali.Dbg 😉 7 7 Author URI: https://github.com/alidbg/wp-farsi 8 Version: 3.1 8 Version: 3.1.2 9 9 License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html) 10 10 */ … … 56 56 if (iss_uri('/feed') or iss_uri('feed=') or defined('WXR_VERSION') or isset($autosave) or isset($lasttime) or isset($signup)) 57 57 return true; 58 else 59 return false; 58 return false; 60 59 } 61 60 … … 71 70 ini_set('default_charset', 'UTF-8'); 72 71 ini_set('date.timezone', 'UTC'); 72 setlocale(LC_ALL, 'Persian_Iran.1256', 'fa_IR.utf8', 'fa_IR'); 73 73 if (extension_loaded('mbstring')) { 74 74 mb_internal_encoding('UTF-8');
Note: See TracChangeset
for help on using the changeset viewer.