From c6e93b74eaeb9b1e2228e4205719cd2ce6413b79 Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 21 May 2011 14:01:03 +0000 Subject: [PATCH] s/add_css/_wp_credits_add_css/. props dimadin, see #17532. git-svn-id: http://svn.automattic.com/wordpress/trunk@17980 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index bc03fc199..c1f2a5068 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -12,8 +12,8 @@ require_once( './admin.php' ); $title = __( 'Credits' ); $parent_file = 'index.php'; -add_action( 'admin_head', 'add_css' ); -function add_css() { ?> +add_action( 'admin_head', '_wp_credits_add_css' ); +function _wp_credits_add_css() { ?>