Making WordPress.org

Changeset 9266


Ignore:
Timestamp:
11/12/2019 07:51:15 PM (5 years ago)
Author:
johnjamesjacoby
Message:

bbPress.org: Update front page tagline and description based on user feedback.

Props joyously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php

    r6363 r9266  
    11<?php if ( is_front_page() ) : ?>
    22    <div id="headline"><div id="headline-inner">
    3         <h2 class="graphic home"><?php _e( 'Forums, made the WordPress way', 'bbporg' ); ?></h2>
    4         <p><?php _e( 'bbPress is forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress.org powered site.', 'bbporg' ); ?></p>
     3        <h2 class="graphic home"><?php _e( 'Discussion forums, for your WordPress.org powered site.', 'bbporg' ); ?></h2>
     4        <p><?php _e( 'bbPress is forum software from the creators of WordPress. Quickly setup a place for asyncronous discussion, subscriptions, and more!', 'bbporg' ); ?></p>
    55        <div>
    66            <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download bbPress &rarr;', 'bbporg' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.