Changeset 7972 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php
- Timestamp:
- 12/11/2018 01:04:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php
r7922 r7972 26 26 27 27 $content .= '<!-- wp:wporg/download-button --> 28 <div class="wp-block-wporg-download-button wp-block-button aligncenter"><a class="wp-block-button__link has-background has-strong-blue-background-color" href="' . "https://{$localised_domain}/plugins/gutenberg/" . '" style="background-color:rgb(0,115,170) ">' . esc_html__( 'Download Gutenberg Today', 'wporg' ) . '</a></div>28 <div class="wp-block-wporg-download-button wp-block-button aligncenter"><a class="wp-block-button__link has-background has-strong-blue-background-color" href="' . "https://{$localised_domain}/plugins/gutenberg/" . '" style="background-color:rgb(0,115,170);color:#fff">' . esc_html__( 'Download Gutenberg Today', 'wporg' ) . '</a></div> 29 29 <!-- /wp:wporg/download-button -->' . "\n\n"; 30 30 … … 145 145 146 146 $content .= '<!-- wp:wporg/download-button --> 147 <div class="wp-block-wporg-download-button wp-block-button aligncenter"><a class="wp-block-button__link has-background has-strong-blue-background-color" href="' . "https://{$localised_domain}/plugins/gutenberg/" . '" style="background-color:rgb(0,115,170) ">' . esc_html__( 'Download Gutenberg Today', 'wporg' ) . '</a></div>147 <div class="wp-block-wporg-download-button wp-block-button aligncenter"><a class="wp-block-button__link has-background has-strong-blue-background-color" href="' . "https://{$localised_domain}/plugins/gutenberg/" . '" style="background-color:rgb(0,115,170);color:#fff">' . esc_html__( 'Download Gutenberg Today', 'wporg' ) . '</a></div> 148 148 <!-- /wp:wporg/download-button -->' . "\n\n"; 149 149
Note: See TracChangeset
for help on using the changeset viewer.