Changeset 1113362
- Timestamp:
- 03/15/2015 07:03:26 PM (11 years ago)
- Location:
- wp-farsi
- Files:
-
- 5 added
- 2 edited
-
tags/1.8.1 (added)
-
tags/1.8.1/index.php (added)
-
tags/1.8.1/license.html (added)
-
tags/1.8.1/pdate.php (added)
-
tags/1.8.1/wp-farsi.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-farsi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-farsi/trunk/readme.txt
r1113332 r1113362 44 44 == Changelog == 45 45 46 = 1.8.1 = 47 * Fixed a bug 48 46 49 = 1.8 = 47 50 * Minor fix -
wp-farsi/trunk/wp-farsi.php
r1113330 r1113362 6 6 Author: Ali.Dbg 7 7 Author URI: https://github.com/alidbg/wp-farsi 8 Version: 1.8 8 Version: 1.8.1 9 9 License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html) 10 10 */ … … 59 59 d = ("0,1,2,3,4,5,6,7,8,9,فرو,ارد,خرد,تیر,مرد,شهر,مهر,آبا,آذر,دی,بهم,اسف").split(","); 60 60 jQuery(document).ready(function(){ 61 jQuery("#timestampdiv,. inline-edit-date,.timestamp-wrap").html(function(a,b){61 jQuery("#timestampdiv,.timestamp-wrap,.inline-edit-date,.hidden[id^=inline]").html(function(a,b){ 62 62 jQuery.each(c,function(a,c){b=b.replace(new RegExp(c,'g'),d[a])});return b}); 63 63 jQuery("#mm option[value='"+jQuery('#hidden_mm').val()+"']").attr("selected","selected")
Note: See TracChangeset
for help on using the changeset viewer.