芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/redux-framework/redux-core/templates/panel/header.tpl.php
parent->args_class->dev_mode_forced ) { $is_debug = false; $is_localhost = false; $debug_bit = ''; if ( Redux_Helpers::is_wp_debug() ) { $is_debug = true; $debug_bit = esc_html__( 'WP_DEBUG is enabled', 'redux-framework' ); } $localhost_bit = ''; if ( Redux_Helpers::is_local_host() ) { $is_localhost = true; $localhost_bit = esc_html__( 'you are working in a localhost environment', 'redux-framework' ); } $conjunction_bit = ''; if ( $is_localhost && $is_debug ) { $conjunction_bit = ' ' . esc_html__( 'and', 'redux-framework' ) . ' '; } $tip_msg = esc_html__( 'This has been automatically enabled because', 'redux-framework' ) . ' ' . $debug_bit . $conjunction_bit . $localhost_bit . '.'; } else { $tip_msg = esc_html__( 'If you are not a developer, your theme/plugin author shipped with developer mode enabled. Contact them directly to fix it.', 'redux-framework' ); } ?>
parent->args['display_name'] ) ) { ?>
parent->args['dev_mode'] ) && $this->parent->args['dev_mode'] ) { ?>
parent->args['display_name'] ); ?>
parent->args['display_version'] ) ) { ?>
parent->args['display_version'] ); ?>