mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
First cut and better admin SSL support. see #7001
git-svn-id: https://develop.svn.wordpress.org/trunk@7998 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1139,7 +1139,7 @@ function wp_admin_css_uri( $file = 'wp-admin' ) {
|
||||
if ( defined('WP_INSTALLING') ) {
|
||||
$_file = "./$file.css";
|
||||
} else {
|
||||
$_file = get_option( 'siteurl' ) . "/wp-admin/$file.css";
|
||||
$_file = admin_url("$file.css");
|
||||
}
|
||||
$_file = add_query_arg( 'version', get_bloginfo( 'version' ), $_file );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user