]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/load-styles.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / load-styles.php
index 9133be3aa1ef6e8f95a401dc7d06ba9edcf17858..2563e6f6db0a000b0b1cb63c6c54d510097f791a 100644 (file)
@@ -11,92 +11,7 @@ error_reporting(0);
 define( 'ABSPATH', dirname(dirname(__FILE__)) . '/' );
 define( 'WPINC', 'wp-includes' );
 
 define( 'ABSPATH', dirname(dirname(__FILE__)) . '/' );
 define( 'WPINC', 'wp-includes' );
 
-/**
- * @ignore
- */
-function __() {}
-
-/**
- * @ignore
- */
-function _x() {}
-
-/**
- * @ignore
- */
-function add_filter() {}
-
-/**
- * @ignore
- */
-function esc_attr() {}
-
-/**
- * @ignore
- */
-function apply_filters() {}
-
-/**
- * @ignore
- */
-function get_option() {}
-
-/**
- * @ignore
- */
-function is_lighttpd_before_150() {}
-
-/**
- * @ignore
- */
-function add_action() {}
-
-/**
- * @ignore
- */
-function do_action_ref_array() {}
-
-/**
- * @ignore
- */
-function get_bloginfo() {}
-
-/**
- * @ignore
- */
-function is_admin() {return true;}
-
-/**
- * @ignore
- */
-function site_url() {}
-
-/**
- * @ignore
- */
-function admin_url() {}
-
-/**
- * @ignore
- */
-function wp_guess_url() {}
-
-/**
- *
- * @param string $path
- * @return string
- */
-function get_file($path) {
-
-       if ( function_exists('realpath') )
-               $path = realpath($path);
-
-       if ( ! $path || ! @is_file($path) )
-               return '';
-
-       return @file_get_contents($path);
-}
-
+require( ABSPATH . 'wp-admin/includes/noop.php' );
 require( ABSPATH . WPINC . '/script-loader.php' );
 require( ABSPATH . WPINC . '/version.php' );
 
 require( ABSPATH . WPINC . '/script-loader.php' );
 require( ABSPATH . WPINC . '/version.php' );
 
@@ -115,7 +30,7 @@ $out = '';
 $wp_styles = new WP_Styles();
 wp_default_styles($wp_styles);
 
 $wp_styles = new WP_Styles();
 wp_default_styles($wp_styles);
 
-foreach( $load as $handle ) {
+foreach ( $load as $handle ) {
        if ( !array_key_exists($handle, $wp_styles->registered) )
                continue;
 
        if ( !array_key_exists($handle, $wp_styles->registered) )
                continue;