push changes, and removed comments

This commit is contained in:
2024-04-15 17:03:43 -07:00
parent a63e80f9e4
commit de7a7fcc50
28 changed files with 155 additions and 155 deletions

View File

@ -108,9 +108,9 @@ class sophia_after_dark_Author_Info extends WP_widget {
<div class="author-description"><?php echo wp_kses_post( wpautop( get_the_author_meta( 'description', $sophia_after_dark_user_id ) ) ); ?></div>
<div class="author-social">
<?php sophia_after_dark_social_media_content(); ?>
</div><!-- .author-social -->
</div><!-- .author-bio-wrap -->
</div><!-- .mt-author-info-wrapper -->
</div>
</div>
</div>
<?php
echo $after_widget;
}

View File

@ -115,13 +115,13 @@ class sophia_after_dark_Latest_Posts extends WP_widget {
</div>
<?php sophia_after_dark_widget_entry_footer(); ?>
</div>
</div><!-- .mt-single-post-wrap -->
</div>
<?php
}
}
?>
</div><!-- .mt-posts-content-wrapper -->
</div><!-- .mt-latest-posts-wrapper -->
</div>
</div>
<?php
echo $after_widget;
}

View File

@ -69,8 +69,8 @@ class sophia_after_dark_Social_Media extends WP_widget {
?>
<div class="mt-social-icons-wrapper">
<?php sophia_after_dark_social_media_content(); ?>
</div><!-- .mt-social-icons-wrapper -->
</div><!-- .mt-aside-social-wrapper -->
</div>
</div>
<?php
echo $after_widget;
}