Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/06/2023 09:38:52 AM (3 years ago)
Author:
imath
Message:

Activity: Apply PHPCS in the Embed footer template

Make sure inline PHP Statements end with a semicolon.

Props upadalavipul

Fixes #8883

File:
1 edited

Legend:

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

    r12082 r13470  
    55?>
    66                        <div class="wp-embed-footer">
    7                                 <?php the_embed_site_title() ?>
     7                                <?php the_embed_site_title(); ?>
    88
    99                                <div class="wp-embed-meta">
Note: See TracChangeset for help on using the changeset viewer.