Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2018 08:52:21 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: function argument indentation tweaks, and minor code standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/assets/embeds/footer.php

    r11686 r11856  
    11            <div class="wp-embed-footer">
    2                 <?php the_embed_site_title() ?>
     2                <?php the_embed_site_title(); ?>
    33
    44                <div class="wp-embed-meta">
    55                    <?php
    66                    /** 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                    ?>
    89                </div>
    910            </div>
Note: See TracChangeset for help on using the changeset viewer.