id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 46112,Use label_count for requests status view links,tobifjellner,ocean90,"Here's a place in user.php where I don't understand why _n() (actually even _nx() is used. As long as you only show a number without any surrounding words that would depend on this number, you don't need the hassle of _n(). https://build.trac.wordpress.org/browser/trunk/wp-admin/includes/user.php?marks=1175#L1175 This is a new string for WordPress 5.1 {{{$views[ $status ] = '"" . sprintf( _nx( '%1$s (%2$d)', '%1$s (%2$d)', $total_status_requests, 'requests' ), esc_html( $label ), number_format_i18n( $total_status_requests ) ) . '';}}} ",defect (bug),closed,normal,5.1,"Posts, Post Types",5.1,normal,fixed,has-patch,,