mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-14 15:49:16 +01:00
Fix typo in category widget class name. Props joostdevalk. fixes #5079 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
65b2b51b63
commit
649cff7dc2
@ -786,7 +786,7 @@ function wp_widget_categories_register() {
|
||||
}
|
||||
|
||||
$dims = array( 'width' => 350, 'height' => 170 );
|
||||
$class = array( 'classname' => 'widget_catgories' );
|
||||
$class = array( 'classname' => 'widget_categories' );
|
||||
|
||||
for ( $i = 1; $i <= 9; $i++ ) {
|
||||
$name = sprintf( __( 'Categories %d' ), $i );
|
||||
|
Loading…
Reference in New Issue
Block a user