Making WordPress.org

Changeset 5459


Ignore:
Timestamp:
05/02/2017 07:49:34 AM (9 years ago)
Author:
ocean90
Message:

Plugin Directory: Make tagline for the document title translatable.

File:
1 edited

Legend:

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

    r5455 r5459  
    165165        if ( is_front_page() ) {
    166166                $title['title'] = __( 'WordPress Plugins', 'wporg-plugins' );
     167                $title['tagline'] = __( 'Plugins extend and expand the functionality of WordPress.', 'wporg-plugins' );
    167168        } else {
    168169                $title['site'] = __( 'WordPress Plugins', 'wporg-plugins' );
Note: See TracChangeset for help on using the changeset viewer.