- Timestamp:
- 02/12/2018 08:52:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/assets/embeds/footer.php
r11686 r11856 1 1 <div class="wp-embed-footer"> 2 <?php the_embed_site_title() ?>2 <?php the_embed_site_title(); ?> 3 3 4 4 <div class="wp-embed-meta"> 5 5 <?php 6 6 /** This action is documented in wp-includes/theme-compat/embed-content.php */ 7 do_action( 'embed_content_meta' ); ?> 7 do_action( 'embed_content_meta' ); 8 ?> 8 9 </div> 9 10 </div>
Note: See TracChangeset
for help on using the changeset viewer.