Changeset 3541 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
- Timestamp:
- 06/22/2016 11:02:39 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
r3520 r3541 65 65 the_widget( 'WP_Widget_Text', array( 66 66 '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' ) ) ), 68 68 ), $widget_args ); 69 69 70 70 the_widget( 'WP_Widget_Text', array( 71 71 '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/' ) ), 73 73 ), $widget_args ); 74 74 75 75 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’s blog</a>.', 'wporg-plugins' ), esc_url( 'https://make.wordpress.org/plugins/' ) ), 78 78 ), $widget_args ); 79 79 ?>
Note: See TracChangeset
for help on using the changeset viewer.