Skip to content

Commit c70d21f

Browse files
author
nacin
committed
s/add_css/_wp_credits_add_css/. props dimadin, see #17532.
git-svn-id: http://core.svn.wordpress.org/trunk@17980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 15ea6cd commit c70d21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-admin/credits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
$title = __( 'Credits' );
1313
$parent_file = 'index.php';
1414

15-
add_action( 'admin_head', 'add_css' );
16-
function add_css() { ?>
15+
add_action( 'admin_head', '_wp_credits_add_css' );
16+
function _wp_credits_add_css() { ?>
1717
<style type="text/css">
1818
h3.wp-people-group, h3.wp-props-group { clear: both; }
1919
ul.wp-people-group { margin-bottom: 50px; }

0 commit comments

Comments
 (0)