Skip to content

Commit

Permalink
おすすめカードのid="recommended"とid="recommended-in"を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed May 31, 2023
1 parent 631f769 commit 04dd569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shortcodes.php
Expand Up @@ -644,8 +644,8 @@ function get_recommend_cards_tag($atts){
$class = $class ? ' '.$class : null;
?>
<!-- Recommended -->
<div id="recommended" class="recommended cf<?php echo get_additional_recommend_cards_classes($style, $margin); ?>">
<div id="recommended-in" class="recommended-in<?php echo $wrap_class; ?><?php echo $class; ?> cf">
<div class="recommended cf<?php echo get_additional_recommend_cards_classes($style, $margin); ?>">
<div class="recommended-in<?php echo $wrap_class; ?><?php echo $class; ?> cf">
<?php
$atts = array(
'name' => $name,
Expand Down

0 comments on commit 04dd569

Please sign in to comment.