Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -65,7 +65,8 @@ function get_bloginfo() {}
|
|||
/**
|
||||
* @ignore
|
||||
*/
|
||||
function is_admin() {return true;}
|
||||
function is_admin() {
|
||||
return true;}
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
|
@ -93,15 +94,15 @@ function includes_url() {}
|
|||
function wp_guess_url() {}
|
||||
|
||||
if ( ! function_exists( 'json_encode' ) ) :
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
function json_encode() {}
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
function json_encode() {}
|
||||
endif;
|
||||
|
||||
function get_file( $path ) {
|
||||
|
||||
if ( function_exists('realpath') ) {
|
||||
if ( function_exists( 'realpath' ) ) {
|
||||
$path = realpath( $path );
|
||||
}
|
||||
|
||||
|
@ -110,4 +111,4 @@ function get_file( $path ) {
|
|||
}
|
||||
|
||||
return @file_get_contents( $path );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue