Making WordPress.org

Changeset 3433


Ignore:
Timestamp:
06/18/2016 01:42:01 PM (9 years ago)
Author:
samuelsidler
Message:

Plugin Directory Theme: Update front-page text in header.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/header.php

    r3418 r3433  
    3333
    3434            <?php if ( is_home() ) : ?>
    35                 <p class="site-description"><?php _e( 'Plugins extend and expand the functionality of WordPress.', 'wporg-plugins' ); ?></p>
     35                <p class="site-description"><?php _e( 'Extend your WordPress experience with 45,000 plugins.', 'wporg-plugins' ); ?></p>
    3636                <?php get_search_form(); ?>
    3737            <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.