Changeset 13767 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/front-page/render.php
- Timestamp:
- 06/04/2024 01:05:28 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/front-page/render.php
r13765 r13767 119 119 <?php 120 120 the_widget( 'WP_Widget_Text', array( 121 'title' => __( 'Add Your Plugin', 'wporg-plugins' ),121 'title' => __( 'Add your plugin', 'wporg-plugins' ), 122 122 'text' => sprintf( 123 123 /* translators: URL to Developers page. */ … … 128 128 129 129 the_widget( 'WP_Widget_Text', array( 130 'title' => __( 'Create a Plugin', 'wporg-plugins' ),130 'title' => __( 'Create a plugin', 'wporg-plugins' ), 131 131 'text' => sprintf( 132 132 /* translators: URL to Developer Handbook. */ … … 137 137 138 138 the_widget( 'WP_Widget_Text', array( 139 'title' => __( 'Stay Up-to-Date', 'wporg-plugins' ),139 'title' => __( 'Stay up-to-date', 'wporg-plugins' ), 140 140 'text' => sprintf( 141 141 /* translators: URL to make/plugins site. */
Note: See TracChangeset
for help on using the changeset viewer.