diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css index 2920de9b5e..828247c930 100644 --- a/wp-admin/css/dashboard.css +++ b/wp-admin/css/dashboard.css @@ -51,8 +51,6 @@ #rightnow a { font-weight: bold; - border-bottom-width: 1px; - border-botom-style: solid } div#dashboard-widgets { diff --git a/wp-admin/index.php b/wp-admin/index.php index dc41a20d4c..cd6de17655 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -80,7 +80,7 @@ $sidebars_widgets = wp_get_sidebars_widgets(); $num_widgets = array_reduce( $sidebars_widgets, create_function( '$prev, $curr', 'return $prev+count($curr);' ) ); $widgets_text = sprintf( __ngettext( '%d widget', '%d widgets', $num_widgets ), $num_widgets ); ?> -
title, "$widgets_text" ); ?> You're using BetaPress TODO.
+title, "$widgets_text" ); ?> You're using BetaPress TODO.
diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 8dda5e280a..168a76bfc2 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -101,7 +101,6 @@ default: