Skip to content

Commit

Permalink
Sync patterns with editor
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Dec 20, 2023
1 parent d79a01b commit 2899fd5
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><?php _e( 'To run WordPress we recommend your host supports:', 'wporg' ); ?></p>
<p><?php _e( 'To run WordPress, it’s recommended your host supports:', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:list -->
Expand All @@ -36,7 +36,7 @@
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><?php _e( 'That’s really it. We recommend <a href="https://httpd.apache.org/">Apache</a> or <a href="https://nginx.org/">Nginx</a> as the most robust and featureful server for running WordPress, but any server that supports PHP and MySQL will do. That said, we can’t test every possible environment and <a href="https://wordpress.org/hosting/">each of the hosts on our hosting page</a> supports the above and more with no problems.', 'wporg' ); ?></p>
<p><?php _e( 'That’s really it. <a href="https://httpd.apache.org/">Apache</a> or <a href="https://nginx.org/">Nginx</a> is recommended as the most robust and featureful server for running WordPress, but any server that supports PHP and MySQL will do. That said, for the smoothest experience in setting up—and running—your site, <a href="https://wordpress.org/hosting/">each host on the hosting page</a> supports the above and more with no problems.', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
Expand All @@ -46,20 +46,21 @@
<!-- wp:paragraph -->
<p><?php
/* translators: [minimum_php] is a shortcode and should not be translated. */
_e( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP [minimum_php]+ and MySQL 5.5.5+, but these versions have reached official End Of Life and as such <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' ); ?></p>
_e( 'Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP [minimum_php]+ and MySQL 5.5.5+. However, these versions have reached their official End Of Life and <strong>may expose your site to security vulnerabilities</strong>.', 'wporg' );
?></p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 class="wp-block-heading"><?php _e( 'Ask for it', 'wporg' ); ?></h2>
<h2 class="wp-block-heading"><?php _e( 'Ask your host to run WordPress', 'wporg' ); ?></h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><?php _e( 'Here’s a letter you can send to your host; copy and paste!', 'wporg' ); ?></p>
<p><?php _e( 'If you’re unsure whether or not your host can already run WordPress, here’s a request you can copy and paste to send them!', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:quote {"backgroundColor":"white","textColor":"charcoal-4","fontSize":"normal","fontFamily":"inter"} -->
<blockquote class="wp-block-quote has-charcoal-4-color has-white-background-color has-text-color has-background has-inter-font-family has-normal-font-size"><!-- wp:paragraph -->
<p><?php _e( 'I’m interested in running the open-source WordPress &lt;https://wordpress.org/&gt; web software and I was wondering if my account supported the following:', 'wporg' ); ?></p>
<p><?php _e( 'I’m interested in running the open source WordPress &lt;https://wordpress.org/&gt; web software, and I was wondering if my account supported the following:', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:list -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}},"spacing":{"padding":{"top":"5rem","right":"var:preset|spacing|edge-space","bottom":"5rem","left":"var:preset|spacing|edge-space"}}},"backgroundColor":"blueberry-1","textColor":"white","layout":{"inherit":true,"type":"constrained"}} -->
<div class="wp-block-group alignfull has-white-color has-blueberry-1-background-color has-text-color has-background has-link-color" id="get-started" style="padding-top:5rem;padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:5rem;padding-left:var(--wp--preset--spacing--edge-space)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group alignwide"><!-- wp:paragraph {"style":{"layout":{"selfStretch":"fixed","flexSize":"65%"},"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white","fontSize":"heading-4","fontFamily":"eb-garamond"} -->
<p class="has-white-color has-text-color has-link-color has-eb-garamond-font-family has-heading-4-font-size"><?php _e( 'Have a workflow, tool, or time to contribute? We\&#039;d love help to make the web more open.', 'wporg' ); ?></p>
<p class="has-white-color has-text-color has-link-color has-eb-garamond-font-family has-heading-4-font-size"><?php _e( 'Have a workflow, tool, or time to contribute? Wed love help to make the web more open.', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"layout":{"selfStretch":"fill","flexSize":null}}} -->
Expand All @@ -163,4 +163,3 @@
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph -->
<p><?php
/* translators: [stable_branch] is a shortcode and should not be translated. */
_e( 'This is an archive of every release we’ve done that we have a record of.<br>None of these are safe to use, except the <strong>latest</strong> in the [stable_branch] series, which is actively maintained.', 'wporg' );
_e( 'This is an archive of every recorded release that’s been made available for WordPress.<br><br><strong>Only the most recent in the</strong> <strong>[stable_branch] series is safe to use</strong> and actively maintained.', 'wporg' );
?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p><?php _e( 'Curious about which jazzers we highlighted for each release? <a href="https://wordpress.org/about/history/">It’s on the History page</a>.', 'wporg' ); ?></p>
<p><?php _e( 'Curious about which jazzers were highlighted for each release? <a href="https://wordpress.org/about/history/">Check them out on the History page</a>.', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:wporg/release-tables /--></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- wp:column {"width":"66.66%"} -->
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph -->
<p><?php _e( 'If you’d like to browse the WordPress source and inline documentation, we have a <a href="https://developer.wordpress.org/reference/">convenient developer reference</a> and a <a href="https://core.trac.wordpress.org/browser/">code browser</a>. We also have guides for <a href="https://make.wordpress.org/core/handbook/contribute/svn/">contributing with Subversion</a> and <a href="https://make.wordpress.org/core/handbook/contribute/git/">contributing with Git</a>.', 'wporg' ); ?></p>
<p><?php _e( 'If you’d like to browse the WordPress source and inline documentation, there’s a <a href="https://developer.wordpress.org/reference/">convenient developer reference</a> and a <a href="https://core.trac.wordpress.org/browser/">code browser</a>. You can also find guides for <a href="https://make.wordpress.org/core/handbook/contribute/svn/">contributing with Subversion</a> and <a href="https://make.wordpress.org/core/handbook/contribute/git/">contributing with Git</a>.', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
Expand Down
4 changes: 1 addition & 3 deletions source/wp-content/themes/wporg-main-2022/patterns/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
<!-- /wp:wporg/local-navigation-bar -->

<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50)">
<!-- wp:wporg/google-search-embed {"align":"wide"} /-->
</div>
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50)"><!-- wp:wporg/google-search-embed {"align":"wide"} /--></div>
<!-- /wp:group -->

<!-- wp:spacer {"height":"40px"} -->
Expand Down
Loading

0 comments on commit 2899fd5

Please sign in to comment.