From ff8977d11ad87b7f27d5addea30245abc269b912 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 22 Jan 2007 17:40:29 +0000 Subject: Make graceful_fail() pluggable by defining it in mu-plugins/00misc.php (see #229) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@858 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/wpmu-functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'wp-includes') 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; -- cgit