Does the 3.4.2 Dashboard have Chrome Frame headers?

From wp-includes/vars.php: if ( isset($_SERVER[‘HTTP_USER_AGENT’]) ) { if ( strpos($_SERVER[‘HTTP_USER_AGENT’], ‘Lynx’) !== false ) { $is_lynx = true; } elseif ( stripos($_SERVER[‘HTTP_USER_AGENT’], ‘chrome’) !== false ) { if ( stripos( $_SERVER[‘HTTP_USER_AGENT’], ‘chromeframe’ ) !== false ) { if ( $is_chrome = apply_filters( ‘use_google_chrome_frame’, is_admin() ) ) header( ‘X-UA-Compatible: chrome=1’ ); $is_winIE = ! $is_chrome; } … Read more

Why does chrome keep downloading a file instead of running the site?

What I do On receipt of WordPress files and Db install in my localhost directory (I use EasyPHP Dev server) I then install Db and change wp-config.php to connect to local db etc. Then copy .htacces to htaccess.back Edit .htaccess to point at local dir structure (in this case find “~porterp6” and replace with “wordpress2” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)