mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Bundled Themes: Remove redundant semicolons after closing curly brackets.
Includes a few minor indentation fixes. Props jrf. See #53359. git-svn-id: https://develop.svn.wordpress.org/trunk@51553 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
} else {
|
||||
echo twentyseventeen_time_link();
|
||||
twentyseventeen_edit_link();
|
||||
};
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
};
|
||||
}
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
}
|
||||
|
||||
if ( is_single() ) {
|
||||
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||
@@ -72,9 +72,8 @@
|
||||
echo $audio_html;
|
||||
echo '</div><!-- .entry-audio -->';
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
if ( is_single() || empty( $audio ) ) {
|
||||
|
||||
@@ -94,8 +93,7 @@
|
||||
'link_after' => '</span>',
|
||||
)
|
||||
);
|
||||
|
||||
};
|
||||
}
|
||||
?>
|
||||
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
} else {
|
||||
echo twentyseventeen_time_link();
|
||||
twentyseventeen_edit_link();
|
||||
};
|
||||
}
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
};
|
||||
}
|
||||
|
||||
if ( is_single() ) {
|
||||
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||
@@ -59,9 +59,8 @@
|
||||
echo '<div class="entry-gallery">';
|
||||
echo get_post_gallery();
|
||||
echo '</div>';
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
if ( is_single() || ! get_post_gallery() ) {
|
||||
|
||||
@@ -81,8 +80,7 @@
|
||||
'link_after' => '</span>',
|
||||
)
|
||||
);
|
||||
|
||||
};
|
||||
}
|
||||
?>
|
||||
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
} else {
|
||||
echo twentyseventeen_time_link();
|
||||
twentyseventeen_edit_link();
|
||||
};
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
};
|
||||
}
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
}
|
||||
|
||||
if ( is_single() ) {
|
||||
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||
@@ -72,7 +72,7 @@
|
||||
)
|
||||
);
|
||||
|
||||
};
|
||||
}
|
||||
?>
|
||||
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
echo twentyseventeen_time_link();
|
||||
twentyseventeen_edit_link();
|
||||
}
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
};
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
}
|
||||
|
||||
if ( is_single() ) {
|
||||
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||
@@ -71,9 +71,8 @@
|
||||
echo $video_html;
|
||||
echo '</div>';
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
if ( is_single() || empty( $video ) ) {
|
||||
|
||||
@@ -93,7 +92,7 @@
|
||||
'link_after' => '</span>',
|
||||
)
|
||||
);
|
||||
};
|
||||
}
|
||||
?>
|
||||
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
} else {
|
||||
echo twentyseventeen_time_link();
|
||||
twentyseventeen_edit_link();
|
||||
};
|
||||
}
|
||||
echo '</div><!-- .entry-meta -->';
|
||||
};
|
||||
}
|
||||
|
||||
if ( is_single() ) {
|
||||
the_title( '<h1 class="entry-title">', '</h1>' );
|
||||
|
||||
@@ -179,4 +179,4 @@ if ( have_posts() ) {
|
||||
<?php comments_template(); ?>
|
||||
|
||||
<?php endwhile;
|
||||
}; // End of the loop. ?>
|
||||
} // End of the loop. ?>
|
||||
|
||||
@@ -45,4 +45,4 @@ if ( have_posts() ) {
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
<?php endwhile;
|
||||
}; // End of the loop. ?>
|
||||
} // End of the loop. ?>
|
||||
|
||||
@@ -88,4 +88,4 @@ if ( have_posts() ) {
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
<?php endwhile;
|
||||
}; // End of the loop. ?>
|
||||
} // End of the loop. ?>
|
||||
|
||||
@@ -28,7 +28,6 @@ $twenty_twenty_one_comment_count = get_comments_number();
|
||||
|
||||
<?php
|
||||
if ( have_comments() ) :
|
||||
;
|
||||
?>
|
||||
<h2 class="comments-title">
|
||||
<?php if ( '1' === $twenty_twenty_one_comment_count ) : ?>
|
||||
|
||||
Reference in New Issue
Block a user