From 77b25075d749504e7de71fdb13f6d372bda8e197 Mon Sep 17 00:00:00 2001 From: dd32 Date: Wed, 17 Mar 2010 10:19:26 +0000 Subject: [PATCH] Add missing child themes codex link. Props jorbin. Fixes #12621 git-svn-id: http://svn.automattic.com/wordpress/trunk@13728 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index ecde850533..00999db8d9 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -245,7 +245,7 @@ function list_theme_updates() { ?>

-

Please Note: Any customizations you have made to the Themes files will be lost. Please consider using Child Themes for modifications.'); ?>

+

Please Note: Any customizations you have made to the Themes files will be lost. Please consider using Child Themes for modifications.'), 'http://codex.wordpress.org/Theme_Development#Child_Themes_style.css' ); ?>