full_name ? esc_html($user->full_name) : $user->username );
?>
counts->media) > 0 ) {
printf( _n(
'You\'ve got just one shot :(',
'You\'ve got %s shots. Awesome!',
intval($user->counts->media), 'atsf'
), intval($user->counts->media)
);
} else {
_e('Oh snap, no shots to show. You better get to work ;)', 'atsf');
}
?>
counts->media)) . '"]';
?>