Making WordPress.org


Ignore:
Timestamp:
07/30/2018 11:18:38 PM (6 years ago)
Author:
dd32
Message:

Gutenberg: Remove some duplicated image blocks which show up in Safari.

See #3703.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php

    r7527 r7538  
    55<p class="wp-block-subhead">' . __( 'It’s a whole new way to use WordPress. We call it Gutenberg.', 'gutenbergtheme' ) . '</p>
    66<!-- /wp:subhead -->' . "\n\n";
    7 
    8 $content .= '<!-- wp:image {"id":351,"align":"full"} -->
    9 <figure class="wp-block-image alignfull"><img src="https://wordpress.org/gutenberg/wp-content/uploads/2018/07/Screenshot-4.png" alt="" class="wp-image-351"/></figure>
    10 <!-- /wp:image -->' . "\n\n";
    117
    128$content .= '<!-- wp:image {"id":97629,"align":"full"} -->
     
    5551<!-- /wp:image -->' . "\n\n";
    5652
    57 $content .= '<!-- wp:image {"id":358} -->
    58 <figure class="wp-block-image"><img src="https://wordpress.org/gutenberg/wp-content/uploads/2018/07/Insert-Block-2-1.gif" alt="" class="wp-image-358"/></figure>
    59 <!-- /wp:image -->' . "\n\n";
    60 
    6153$content .= '<!-- wp:paragraph {"align":"left"} -->
    6254<p style="text-align:left">' . __( "Blocks allow for rich customization without deep knowledge of code, and make good on the promise of WordPress: broad functionality with a clear, consistent user experience. Here's just a selection of the default blocks included with Gutenberg:", 'gutenbergtheme' ) . '</p>
     
    7870<p style="text-align:left">' . __( 'A single block is nice — solid, clear, discrete. But when you start building with blocks? That’s when the real excitement starts: endless combinations, endless layouts, endless possibility, all driven by your vision.', 'gutenbergtheme' ) . '</p>
    7971<!-- /wp:paragraph -->' . "\n\n";
    80 
    81 $content .= '<!-- wp:image {"id":359} -->
    82 <figure class="wp-block-image"><img src="https://wordpress.org/gutenberg/wp-content/uploads/2018/07/Builder-2-1.gif" alt="" class="wp-image-359"/></figure>
    83 <!-- /wp:image -->' . "\n\n";
    8472
    8573$content .= '<!-- wp:image {"id":359} -->
Note: See TracChangeset for help on using the changeset viewer.