我正在使用WordPress版本3.8.2,我在我的机器上使用WAMPSERVER在本地运行
我创建了一些按钮,使用Standout CSS3 Buttons插件 - 版本0.2.1,一切都很棒 然后我看到更新可用 - 版本0.2.2,所以我安装了它!现在我明白了:
( ! ) WARNING: MISSING ARGUMENT 2 FOR WP_KSES(), CALLED IN C:\WAMP\WWW\WP-CONTENT\PLUGINS\STANDOUT-CSS3-BUTTONS\STANDOUT-CSS3-BUTTONS.PHP ON LINE 307 AND DEFINED IN C:\WAMP\WWW\WP-INCLUDES\KSES.PHP ON LINE 479
CALL STACK
# TIME MEMORY FUNCTION LOCATION
1 0.0004 672032 {main}( ) ..\index.php:0
2 0.0007 676816 require( 'C:\wamp\www\wp-blog-header.php' ) ..\index.php:17
3 0.2939 41038592 require_once( 'C:\wamp\www\wp-includes\template-loader.php' ) ..\wp-blog-header.php:16
4 0.3081 41484744 include( 'C:\wamp\www\wp-content\themes\twentyfourteen\page.php' ) ..\template-loader.php:74
5 0.3695 41650344 get_template_part( ) ..\page.php:32
6 0.3695 41651216 locate_template( ) ..\general-template.php:132
7 0.3697 41651344 load_template( ) ..\template.php:417
8 0.3701 41674304 require( 'C:\wamp\www\wp-content\themes\twentyfourteen\content-page.php' ) ..\template.php:443
9 0.3709 41674448 the_content( ) ..\content-page.php:20
10 0.3711 41674840 apply_filters( ) ..\post-template.php:166
11 0.3737 41665360 call_user_func_array ( ) ..\plugin.php:199
12 0.3737 41665392 do_shortcode( ) ..\plugin.php:199
13 0.3738 41666184 preg_replace_callback ( ) ..\shortcodes.php:188
14 0.3738 41668072 do_shortcode_tag( ) ..\shortcodes.php:188
15 0.3738 41668496 call_user_func ( ) ..\shortcodes.php:273
16 0.3738 41668536 scss3button( ) ..\shortcodes.php:273
17 0.3741 41672456 wp_kses( ) ..\standout-css3-buttons.php:307
我是否必须更新到最新的wordpress 3.9史密斯才能解决问题? 我想避免更新wordpress,因为我不知道如何备份我的文件和数据库 而且我不想通过执行wordpress更新来搞乱一切。
感谢您的帮助!