Tighten our braces. Fixes #23118 props evansolomon.
git-svn-id: http://core.svn.wordpress.org/trunk@23265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -232,7 +232,7 @@ function wp_dashboard_right_now() {
|
||||
|
||||
$num_tags = wp_count_terms('post_tag');
|
||||
|
||||
$num_comm = wp_count_comments( );
|
||||
$num_comm = wp_count_comments();
|
||||
|
||||
echo "\n\t".'<div class="table table_content">';
|
||||
echo "\n\t".'<p class="sub">' . __('Content') . '</p>'."\n\t".'<table>';
|
||||
|
||||
Reference in New Issue
Block a user