﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
8274	"""Right Now"" dashboard module does not check if there are pages before using the number"	nightgunner5		"The ""Right Now"" dashboard module does not check if there are pages before using the number:

{{{
	// Pages
	$num = number_format_i18n( $num_pages->publish );
	if ( current_user_can( 'edit_pages' ) )
		$num = ""<a href='edit-pages.php'>$num</a>"";
	echo '<td class=""first b b_pages"">'.$num.'</td>';
	echo '<td class=""t pages"">' . __ngettext( 'Page', 'Pages', $num_pages->publish ) . '</td>';
}}}"	defect (bug)	closed	low		UI	2.7	trivial	invalid			
