Plugin Directory

Changeset 1113362


Ignore:
Timestamp:
03/15/2015 07:03:26 PM (11 years ago)
Author:
Ali.Dbg
Message:

Update to version 1.8.1

Location:
wp-farsi
Files:
5 added
2 edited

Legend:

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

    r1113332 r1113362  
    4444== Changelog ==
    4545
     46= 1.8.1 =
     47* Fixed a bug
     48
    4649= 1.8 =
    4750* Minor fix
  • wp-farsi/trunk/wp-farsi.php

    r1113330 r1113362  
    66Author: Ali.Dbg
    77Author URI: https://github.com/alidbg/wp-farsi
    8 Version: 1.8
     8Version: 1.8.1
    99License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
    1010*/
     
    5959    d = ("0,1,2,3,4,5,6,7,8,9,فرو,ارد,خرد,تیر,مرد,شهر,مهر,آبا,آذر,دی,بهم,اسف").split(",");
    6060jQuery(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){
    6262    jQuery.each(c,function(a,c){b=b.replace(new RegExp(c,'g'),d[a])});return b});
    6363    jQuery("#mm option[value='"+jQuery('#hidden_mm').val()+"']").attr("selected","selected")
Note: See TracChangeset for help on using the changeset viewer.