Changeset 13767
- Timestamp:
- 06/04/2024 01:05:28 AM (21 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024
- Files:
-
- 4 edited
-
build/blocks/front-page/render.php (modified) (3 diffs)
-
patterns/page-add.php (modified) (1 diff)
-
patterns/page-developers.php (modified) (2 diffs)
-
src/blocks/front-page/render.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/build/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. */ -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-add.php
r13730 r13767 10 10 11 11 ?> 12 <h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Add Your Plugin', 'wporg-plugins' ); ?></h1>12 <h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Add your plugin', 'wporg-plugins' ); ?></h1> 13 13 14 14 <div class="entry-content"> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/patterns/page-developers.php
r13578 r13767 10 10 11 11 ?> 12 <h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Developer Information', 'wporg-plugins' ); ?></h1>12 <h1 style="margin-bottom:var(--wp--preset--spacing--30);" class="wp-block-post-title"><?php esc_html_e( 'Developer information', 'wporg-plugins' ); ?></h1> 13 13 14 14 <div class="entry-content"> … … 50 50 </ul> 51 51 52 <h3><?php esc_html_e( 'Submission is Simple', 'wporg-plugins' ); ?></h3>52 <h3><?php esc_html_e( 'Submission is simple', 'wporg-plugins' ); ?></h3> 53 53 <ol> 54 54 <li> -
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.