diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index e6c83cb38..e91c88d07 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.