Making WordPress.org


Ignore:
Timestamp:
06/22/2016 11:02:39 AM (8 years ago)
Author:
samuelsidler
Message:

Plugin Directory Theme: Update strings on homepage and add one further string.

See #1719.

File:
1 edited

Legend:

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

    r3520 r3541  
    6565        the_widget( 'WP_Widget_Text', array(
    6666            'title' => __( 'Add Your Plugin', 'wporg-plugins' ),
    67             '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' ) ) ),
     67            'text'  => sprintf( __( 'The WordPress Plugin Directory is the largest directory of free and open source WordPress plugins. Find out how to <a href="%s">host your plugin</a> on WordPress.org.', 'wporg-plugins' ), esc_url( home_url( 'developers' ) ) ),
    6868        ), $widget_args );
    6969
    7070        the_widget( 'WP_Widget_Text', array(
    7171            'title' => __( 'Create a Plugin', 'wporg-plugins' ),
    72             '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/' ) ),
     72            'text'  => sprintf( __( 'Building a plugin has never been easier. Read through the <a href="%s">Plugin Developer Handbook</a> to learn all about WordPress plugin development.', 'wporg-plugins' ), esc_url( 'https://developer.wordpress.org/plugins/' ) ),
    7373        ), $widget_args );
    7474
    7575        the_widget( 'WP_Widget_Text', array(
    76             'title' => 'Plugin Reviewers',
    77             'text'  => 'Shields up. I recommend we transfer power to phasers and arm the photon torpedoes. Something strange on the detector circuit. The weapons must have disrupted our communicators.',
     76            'title' => __( 'Stay Up-to-Date', 'wporg-plugins' ),
     77            'text'  => sprintf( __( 'Plugin development is constantly changing with each new WordPress release. Keep up with the latest changes by following the <a href="%s">Plugin Review Team&#8217;s blog</a>.', 'wporg-plugins' ), esc_url( 'https://make.wordpress.org/plugins/' ) ),
    7878        ), $widget_args );
    7979        ?>
Note: See TracChangeset for help on using the changeset viewer.