%2$s %3$s',
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
// Translators: there is a space after "About".
__('About ','abedul'),
get_the_author() );
else:
printf( ' %1$s %2$s
', __('About ', 'abedul'), get_the_author());
endif;
?>
%1$s', get_the_author_meta( 'description' ) );
endif;
?>