﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13082,Wrong variable for page_links_text in ms-sites and ms-users,ocean90,,"
{{{
<?php $page_links_text = sprintf( '<span class=""displaying-num"">' . __( 'Displaying %s&#8211;%s of %s' ) . '</span>%s',
		number_format_i18n( ( $pagenum - 1 ) * $per_page + 1 ),
		number_format_i18n( min( $pagenum * $per_page, $num_pages) ),
		number_format_i18n( $num_pages),
		$page_links
); echo $page_links_text; ?>
}}}

Instead of $num_pages it should be $total.",defect (bug),closed,normal,3.0,Multisite,3.0,normal,fixed,has-patch,
