Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/page.php

    r1905 r2077  
    44
    55                <?php do_action( 'bp_before_blog_page' ) ?>
    6        
     6
    77                <div class="page" id="blog-page">
    8                        
     8
    99                        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    10                        
     10
    1111                                <h2 class="pagetitle"><?php the_title(); ?></h2>
    1212
    1313                                <div class="post" id="post-<?php the_ID(); ?>">
    14                                        
     14
    1515                                        <div class="entry">
    16                                                
     16
    1717                                                <?php the_content( __( '<p class="serif">Read the rest of this page &raquo;</p>', 'buddypress' ) ); ?>
    1818
    1919                                                <?php wp_link_pages( array( 'before' => __( '<p><strong>Pages:</strong> ', 'buddypress' ), 'after' => '</p>', 'next_or_number' => 'number')); ?>
    2020                                                <?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '<p>', '</p>'); ?>
    21                                                
     21
    2222                                        </div>
    23                                        
     23
    2424                                </div>
    25                                
     25
    2626                        <?php endwhile; endif; ?>
    27                        
     27
    2828                </div>
    2929
    3030                <?php do_action( 'bp_after_blog_page' ) ?>
    31        
     31
    3232        </div>
    3333
Note: See TracChangeset for help on using the changeset viewer.