Changeset 1152095
- Timestamp:
- 05/03/2015 06:08:30 AM (11 years ago)
- Location:
- wp-dialog/trunk
- Files:
-
- 2 added
- 3 edited
-
diydialog.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
skins/icons/question.png (added)
-
skins/icons/succeed.png (added)
-
wp-dialog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-dialog/trunk/diydialog.js
r1151678 r1152095 2396 2396 } 2397 2397 } 2398 //delsomeinfo2399 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 }2406 2398 } 2407 2399 //********************************************************* -
wp-dialog/trunk/readme.txt
r1151679 r1152095 5 5 Requires at least: 3.0 6 6 Tested up to: 4.2.1 7 Stable tag: 1.2.5 7 Stable tag: 1.2.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://zhangge.net/4718.html … … 63 63 64 64 == Changelog == 65 66 = 1.2.5.1 = 67 68 * 修复导致部分主题某些元素意外隐藏问题; 69 * 修复部分对话框相关图片404问题。 65 70 66 71 = 1.2.5 = -
wp-dialog/trunk/wp-dialog.php
r1151678 r1152095 4 4 Plugin URI: http://zhangge.net/4718.html 5 5 Description: <strong>WordPress友好对话框&底部滚动条插件</strong>,1. 通过这个插件可以为博客增加一个友好的右下角滑动对话框,可以自动判断搜索来路、新老访客(是否留过言),给出自定义欢迎语句!2. 在博客底部集成随机文章滚动推荐条,并在右侧集成手动呼出对话框、嗨一下按钮;3. 启用这个插件之后还能够在有人复制文章网站内容的时候,弹出转载版权提示;所有功能在设置界面都能灵活地开启或关闭。 6 Version: 1.2.5. 06 Version: 1.2.5.1 7 7 Author: 张戈 8 8 Author URI: http://zhangge.net/about/
Note: See TracChangeset
for help on using the changeset viewer.