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:
ryan 2007-09-26 16:12:28 +00:00
parent 65b2b51b63
commit 649cff7dc2
1 changed files with 1 additions and 1 deletions

View File

@ -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 );