PluginProbe
Elementor Website Builder – more than just a page builder / 3.4.6
Elementor Website Builder – more than just a page builder v3.4.6
4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 All 453 releases
← All changes | core/debug/classes/htaccess.php +1 -0 3.4.53.4.6 View file →
@@ -25,8 +25,9 @@
25 25 $server = strtoupper( $_SERVER['SERVER_SOFTWARE'] );
26 26
27 27 if ( strstr( $server, 'APACHE' ) ) {
28 28 $htaccess_file = get_home_path() . '.htaccess';
29 + /* translators: %s: Path to .htaccess file. */
29 30 $this->message .= ' ' . sprintf( esc_html__( 'File Path: %s', 'elementor' ), $htaccess_file ) . ' ';
30 31 return file_exists( $htaccess_file );
31 32 }
32 33 return true;