mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix typo in category widget class name. Props joostdevalk. fixes #5079 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@6169 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user