【发布时间】:2015-01-19 09:21:50
【问题描述】:
我在我的 wordpress 网站的后端收到此通知 注意:未定义索引:第 17 行 /customers/f/e/4/pointdevue-plus.be/httpd.www/wp-content/themes/SliderResponsiveTheme/settings.php 中的页面 当我查看第 17 行时,我看到了以下代码: (从第 14 行到第 21 行)
);
function mytheme_add_admin() {
global $themename, $shortname, $settings_list;
if ( $_GET['page'] == basename(__FILE__) ) {
if ( 'save' == $_REQUEST['action'] ) {
foreach($settings_list as $value) {
//echo '<script type="text/javascript">alert("' . $value . '");</script>';
有人知道到底出了什么问题以及如何解决这个问题吗?
谢谢!
【问题讨论】: