Skip to content

Commit

Permalink
Nouveau: Add missing PHP delimiters to blogs-loop.php
Browse files Browse the repository at this point in the history
Props Venutius.
Fixes #8085.


git-svn-id: https://buddypress.svn.wordpress.org/trunk@12364 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
  • Loading branch information
boonebgorges committed Apr 24, 2019
1 parent 5f9d286 commit 7a18efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bp-templates/bp-nouveau/buddypress/blogs/blogs-loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*
* @since 3.0.0
* @version 3.0.0
* @version 4.3.0
*/

bp_nouveau_before_loop(); ?>
Expand Down Expand Up @@ -63,7 +64,7 @@

<?php else : ?>

bp_nouveau_user_feedback( 'blogs-loop-none' );
<?php bp_nouveau_user_feedback( 'blogs-loop-none' ); ?>

<?php endif; ?>

Expand Down

0 comments on commit 7a18efb

Please sign in to comment.