$post->ID,
'post_type' => 'attachment',
'post_mime_type' => 'image',
'orderby' => 'menu_order',
'order' => 'ASC',
'numberposts' => 999
) );
if ( $the_bootstrap_images ) :
$the_bootstrap_total_images = count( $the_bootstrap_images );
$the_bootstrap_images = array_slice( $the_bootstrap_images, 0, 10 );
?>
%1$s photo.', 'This gallery contains %1$s photos.', $the_bootstrap_total_images, 'the-bootstrap' ),
number_format_i18n( $the_bootstrap_total_images )
); ?>