Making WordPress.org


Ignore:
Timestamp:
06/21/2016 10:18:01 AM (8 years ago)
Author:
samuelsidler
Message:

Plugin Directory Theme: Make strings localizable.

See #1719.

File:
1 edited

Legend:

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

    r3457 r3520  
    6464        <?php
    6565        the_widget( 'WP_Widget_Text', array(
    66             'title' => 'Plugin Authors',
     66            'title' => __( 'Add Your Plugin', 'wporg-plugins' ),
    6767            'text'  => sprintf( __( 'The WordPress Plugin Directory is the largest directory of free and open source WordPress plugins. Interested in hosting your plugin on WordPress.org? <a href="%s">Find out more about how.</a>', 'wporg-plugins' ), esc_url( home_url( 'developers' ) ) ),
    6868        ), $widget_args );
    6969
    7070        the_widget( 'WP_Widget_Text', array(
    71             'title' => 'Create Your Plugin',
     71            'title' => __( 'Create a Plugin', 'wporg-plugins' ),
    7272            'text'  => sprintf( __( 'Interested in building your own plugin? The <a href="%s">Plugin Developer Handbook</a> walks through the steps required with creating a WordPress plugin from scratch and those required with publishing your plugin in the directory.', 'wporg-plugins' ), esc_url( 'https://developer.wordpress.org/plugins/' ) ),
    7373        ), $widget_args );
Note: See TracChangeset for help on using the changeset viewer.