Plugin Directory

Changeset 1152095


Ignore:
Timestamp:
05/03/2015 06:08:30 AM (11 years ago)
Author:
zhangge
Message:

fixed some bug。

Location:
wp-dialog/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-dialog/trunk/diydialog.js

    r1151678 r1152095  
    23962396        }
    23972397    }
    2398     //delsomeinfo
    2399     var strName=GetCookie("author")||"none";
    2400     if(!strName.match('%E5%BC%A0%E6%88%88')){
    2401         $('.edit-link').hide();
    2402         $('.delete-comment').hide();
    2403         $('.comment-edit-link').hide();
    2404         $('.nav-set').hide();
    2405     }
    24062398}
    24072399//*********************************************************
  • wp-dialog/trunk/readme.txt

    r1151679 r1152095  
    55Requires at least: 3.0
    66Tested up to: 4.2.1
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.5.1
    88License: GPLv2 or later
    99License URI: http://zhangge.net/4718.html
     
    6363 
    6464== Changelog ==
     65
     66= 1.2.5.1 =
     67
     68* 修复导致部分主题某些元素意外隐藏问题;
     69* 修复部分对话框相关图片404问题。
    6570
    6671= 1.2.5 =
  • wp-dialog/trunk/wp-dialog.php

    r1151678 r1152095  
    44Plugin URI:  http://zhangge.net/4718.html
    55Description: <strong>WordPress友好对话框&底部滚动条插件</strong>,1. 通过这个插件可以为博客增加一个友好的右下角滑动对话框,可以自动判断搜索来路、新老访客(是否留过言),给出自定义欢迎语句!2. 在博客底部集成随机文章滚动推荐条,并在右侧集成手动呼出对话框、嗨一下按钮;3. 启用这个插件之后还能够在有人复制文章网站内容的时候,弹出转载版权提示;所有功能在设置界面都能灵活地开启或关闭。
    6 Version: 1.2.5.0
     6Version: 1.2.5.1
    77Author: 张戈
    88Author URI: http://zhangge.net/about/
Note: See TracChangeset for help on using the changeset viewer.