Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2012 08:09:34 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Add ending semicolons to bp-default where omitted. Fixes #4002.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/links.php

    r3771 r5737  
    55?>
    66
    7 <?php get_header() ?>
     7<?php get_header(); ?>
    88
    99        <div id="content">
    1010                <div class="padder">
    1111
    12                 <?php do_action( 'bp_before_blog_links' ) ?>
     12                <?php do_action( 'bp_before_blog_links' ); ?>
    1313
    1414                <div class="page" id="blog-latest" role="main">
    1515
    16                         <h2 class="pagetitle"><?php _e( 'Links', 'buddypress' ) ?></h2>
     16                        <h2 class="pagetitle"><?php _e( 'Links', 'buddypress' ); ?></h2>
    1717
    1818                        <ul id="links-list">
     
    2222                </div>
    2323
    24                 <?php do_action( 'bp_after_blog_links' ) ?>
     24                <?php do_action( 'bp_after_blog_links' ); ?>
    2525
    2626                </div>
Note: See TracChangeset for help on using the changeset viewer.