summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-content/mu-plugins/misc.php2
-rw-r--r--wp-includes/wpmu-functions.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/wp-content/mu-plugins/misc.php b/wp-content/mu-plugins/misc.php
index d77efc5..e4c2f24 100644
--- a/wp-content/mu-plugins/misc.php
+++ b/wp-content/mu-plugins/misc.php
@@ -1,5 +1,6 @@
<?php
+if ( !function_exists('graceful_fail') ) :
function graceful_fail( $message ) {
die('
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -27,6 +28,7 @@ text-align: center;
</html>
');
}
+endif;
function fix_upload_details( $uploads ) {
diff --git a/wp-includes/wpmu-functions.php b/wp-includes/wpmu-functions.php
index abe34e8..f73acd7 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -3,7 +3,6 @@
Helper functions for WPMU
*/
-
function wpmu_update_blogs_date() {
global $wpdb;