您尝试编辑此文章: 失败you attempt to edit failed
您尝试编辑此文章: 失败 “you attempt to edit failed”
wordpress添加新文章发布失败问题解决方案
新建一个 fix.php文件 ,拷贝下面代码, 传到 plugin 目录,开启该插件功能!
注意这是针对 2.8版本 ,如果以后wordpress到2.9版本了,就不知道适不适用, 把两处28改成29试试,呵呵!
<?php
/*
Plugin Name: Your attempt Fix
Version: 1.0
Plugin URI: http://www.wordpress.org
Description: Fixes the very anoying “Your attempt to edit this post” bug in WP7 admin
Author: Bas
Author URI:
*/
function wp_28_adminpost_fix() {
wp_deregister_script(‘autosave’);
wp_deregister_script(‘post’);
wp_deregister_script(‘word-count’);
}
add_action( ‘wp_print_scripts’, ‘wp_28_adminpost_fix’ );
?>
◎ 如果喜欢本文,你可以 订阅本站全文,以便获取更多相关的信息。
◎ 转载本站文章请在文中注明「转载自 长沙SEO博客 」 字样,并附上本站链接,敬请合作!
◎ 本文永久链接:http://www.changshaseo.com/seo-tools/1104.html


















Thanks for posting, I really liked that post, wish you would post more often