Changeset 1113363
- Timestamp:
- 03/15/2015 07:16:56 PM (11 years ago)
- Location:
- wp-farsi
- Files:
-
- 5 added
- 2 edited
-
tags/1.8.2 (added)
-
tags/1.8.2/index.php (added)
-
tags/1.8.2/license.html (added)
-
tags/1.8.2/pdate.php (added)
-
tags/1.8.2/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
r1113362 r1113363 44 44 == Changelog == 45 45 46 = 1.8.2 = 47 * Fixed a bug 48 46 49 = 1.8.1 = 47 50 * Fixed a bug -
wp-farsi/trunk/wp-farsi.php
r1113362 r1113363 6 6 Author: Ali.Dbg 7 7 Author URI: https://github.com/alidbg/wp-farsi 8 Version: 1.8. 18 Version: 1.8.2 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,.timestamp-wrap,.inline-edit-date,. hidden[id^=inline]").html(function(a,b){61 jQuery("#timestampdiv,.timestamp-wrap,.inline-edit-date,.jj,.mm,.aa,.hh,.mn,.ss").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.