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:
parent
a34fe128c2
commit
c6e93b74ea
|
@ -12,8 +12,8 @@ require_once( './admin.php' );
|
||||||
$title = __( 'Credits' );
|
$title = __( 'Credits' );
|
||||||
$parent_file = 'index.php';
|
$parent_file = 'index.php';
|
||||||
|
|
||||||
add_action( 'admin_head', 'add_css' );
|
add_action( 'admin_head', '_wp_credits_add_css' );
|
||||||
function add_css() { ?>
|
function _wp_credits_add_css() { ?>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
h3.wp-people-group, h3.wp-props-group { clear: both; }
|
h3.wp-people-group, h3.wp-props-group { clear: both; }
|
||||||
ul.wp-people-group { margin-bottom: 50px; }
|
ul.wp-people-group { margin-bottom: 50px; }
|
||||||
|
|
Loading…
Reference in New Issue