From 9dcd604e6f27fe924765105b2488699c6427e796 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 17 May 2010 06:52:47 +0000 Subject: [PATCH] Refer to the right codex article. props MichaelH, see #12695. git-svn-id: https://develop.svn.wordpress.org/trunk@14709 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index e6c83cb38a..e91c88d079 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -10,7 +10,7 @@ * for various features in WordPress, such as post thumbnails, navigation menus, and the like. * * When using a child theme (see http://codex.wordpress.org/Theme_Development and - * http://codex.wordpress.org/Theme_Development), you can override certain functions + * http://codex.wordpress.org/Child_Themes), you can override certain functions * (those wrapped in a function_exists() call) by defining them first in your child theme's * functions.php file. The child theme's functions.php file is included before the parent * theme's file, so the child theme functions would be used.