Changeset 3520 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
- Timestamp:
- 06/21/2016 10:18:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
r3457 r3520 64 64 <?php 65 65 the_widget( 'WP_Widget_Text', array( 66 'title' => 'Plugin Authors',66 'title' => __( 'Add Your Plugin', 'wporg-plugins' ), 67 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' ) ) ), 68 68 ), $widget_args ); 69 69 70 70 the_widget( 'WP_Widget_Text', array( 71 'title' => 'Create Your Plugin',71 'title' => __( 'Create a Plugin', 'wporg-plugins' ), 72 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/' ) ), 73 73 ), $widget_args );
Note: See TracChangeset
for help on using the changeset viewer.