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
This commit is contained in:
nacin 2011-05-21 14:01:03 +00:00
parent a34fe128c2
commit c6e93b74ea
1 changed files with 2 additions and 2 deletions

View File

@ -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() { ?>
<style type="text/css">
h3.wp-people-group, h3.wp-props-group { clear: both; }
ul.wp-people-group { margin-bottom: 50px; }