<?php if (rtmedia_album_name()) { ?> <span class="rtmedia-album-name"> <span> <?php echo __('under', 'buddypress-media'); ?> </span> <a href="<?php echo rtmedia_album_permalink(); ?> " title="<?php echo rtmedia_album_name(); ?> "><?php echo rtmedia_album_name(); ?> </a> </span> <?php } ?> </div> <div class="rtmedia-actions rtmedia-author-actions rtm-item-actions"> <?php rtmedia_actions(); ?> <?php do_action('rtmedia_action_buttons_after_media', rtmedia_id()); ?>
if (rtmedia_album_name()) { ?> <span class="rtmedia-album-name"> <span> <?php echo $media_under = apply_filters('rtmedia_update_under_album_text', esc_html__('under', 'buddypress-media')); ?> </span> <a href="<?php rtmedia_album_permalink(); ?> " title="<?php echo esc_attr(rtmedia_album_name()); ?> "><?php echo esc_html(rtmedia_album_name()); ?> </a> </span> <?php } ?> </div> <div class="rtmedia-actions rtmedia-author-actions rtm-item-actions"> <?php rtmedia_actions(); ?> <?php do_action('rtmedia_action_buttons_after_media', rtmedia_id()); ?>