Skip to content

Commit

Permalink
removed - rouge code that existed on live server
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 3, 2024
1 parent 2e5aa9a commit f62df2c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions inc/layouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,15 +427,6 @@ function eqd_single_fullwidth_content() {
<?php endif; ?>

</div>

<div class="hero_featured_image_data">
<?php
$output = '';
$output .= 'Updated on <time datetime="' . get_the_modified_date( 'Y-m-d' ) . '">' . get_the_modified_date( 'F j, Y' ) . '</time>';
$post_data = get_the_content( get_the_ID() ); // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- Leaving for future use.
?>
<?php echo wp_kses_post( $output ); ?>
</div>

<?php if ( ! $hide_editorial_section_on_posts ) :
?>
Expand Down

0 comments on commit f62df2c

Please sign in to comment.