You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_deprecated_file( esc_html( $file ), '4.0', esc_html( $old_file ), 'Please replace this outdated template with the current one from the Redux core.' );
331
+
_deprecated_file( esc_html( $old_file ), '4.0', esc_html( $file ), 'Please replace this outdated template with the current one from the Redux core.' );
332
332
333
333
if ( file_exists( $this->template_path . $file ) ) {
334
334
$path = $this->template_path . $file;
@@ -412,11 +412,11 @@ public function template_file_check_notice() {
<strong><?phpesc_html_e( 'Your panel has bundled copies of Redux Framework template files that are outdated!', 'redux-framework' ); ?></strong> <?phpesc_html_e( 'Please update them now as functionality issues could arise.', 'redux-framework' ); ?>
419
+
<strong><?phpesc_html_e( 'Your panel has bundled copies of Redux Framework template files that are outdated!', 'redux-framework' ); ?></strong> <?phpesc_html_e( 'Please ask the author of this theme to update them as functionality issues could arise.', 'redux-framework' ); ?>
0 commit comments