Making WordPress.org


Ignore:
Timestamp:
12/16/2024 07:53:28 PM (21 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: enfreshen the bb-base theme

See: https://buddypress.trac.wordpress.org/ticket/9262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/page.php

    r7305 r14281  
    11<?php get_header(); ?>
    22<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    3                                 <h3 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h3>
     3                                <h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2>
    44<?php
    55        the_content( __( 'Read more &raquo;', 'bborg' ) );
Note: See TracChangeset for help on using the changeset viewer.