Skip to content

Commit

Permalink
Switched media titling from “Videos” to “Media”
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 10, 2014
1 parent ff0e049 commit bd71265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single-miscevent.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
// VIDEOS
if ( get_row_layout() == 'videos' ) {
if( have_rows('videos') ) {
echo '<section class="multimedia"><h3>Videos</h3><ul class="video clearfix">';
echo '<section class="multimedia"><h3>Media</h3><ul class="video clearfix">';
while ( have_rows('videos') ) {
the_row();
if ( get_sub_field('embed_link') ) {
Expand Down

0 comments on commit bd71265

Please sign in to comment.