From f2094325f435bff74d1753af6375bd43034fc85e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 2 Mar 2006 10:22:18 +0000 Subject: [PATCH] Update bookmarks include. git-svn-id: https://develop.svn.wordpress.org/trunk@3596 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index f9d99f862e..c3eb9ffaae 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -141,7 +141,7 @@ require (ABSPATH . WPINC . '/template-functions-post.php'); require (ABSPATH . WPINC . '/template-functions-category.php'); require (ABSPATH . WPINC . '/comment-functions.php'); require (ABSPATH . WPINC . '/feed-functions.php'); -require (ABSPATH . WPINC . '/links.php'); +require (ABSPATH . WPINC . '/template-functions-bookmarks.php'); require (ABSPATH . WPINC . '/kses.php'); require (ABSPATH . WPINC . '/version.php'); require (ABSPATH . WPINC . '/deprecated.php');