s/add_css/_wp_credits_add_css/. props dimadin, see #17532.

git-svn-id: https://develop.svn.wordpress.org/trunk@17980 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-05-21 14:01:03 +00:00
parent 7228202817
commit ae2bf93559
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; }