Member since (hour)
I'm wanting to take off the "hour" a member started as I don't think it is necessary to know the hour. I tried to remove the "strtotime" section in this li in the author.php file, but it did nothing. Is there somewhere else that I need to change this or did I change this li wrong?
<li><strong><?php _e('Member Since:','appthemes');?></strong> <?php echo date_i18n(get_option('date_format'), strtotime($curauth->user_registered)); ?></li>