Make WordPress Core

Ticket #61765: 61765.2.patch

File 61765.2.patch, 2.7 KB (added by iflairwebtechnologies, 6 weeks ago)

Revise updated code

  • src/wp-content/themes/twentytwelve/inc/block-patterns.php

    diff --git a/src/wp-content/themes/twentytwelve/inc/block-patterns.php b/src/wp-content/themes/twentytwelve/inc/block-patterns.php
    index 430b6584aa..481d07a0b4 100644
    a b if ( function_exists( 'register_block_pattern' ) ) { 
    7575                        'categories'    => array( 'twentytwelve' ),
    7676                        'viewportWidth' => 700,
    7777                        'content'       => '<!-- wp:paragraph {"style":{"typography":{"fontSize":"40px","lineHeight":1.5}}} -->
    78                                 <p style="font-size:40px;line-height:1.5"><strong><em>' . esc_html__( '"Few people are capable of expressing with equanimity opinions which differ from the prejudices of their social environment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '</em></strong></p>
     78                                <blockquote class="wp-block-quote alignleft" style="font-size:40px;line-height:1.5;"><p><strong><em>' . esc_html__( '"Few people are capable of expressing with equanimity opinions which differ from the prejudices of their social environment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '</em></strong></p></blockquote>
    7979                                <!-- /wp:paragraph --><!-- wp:paragraph -->
    8080                                <p><em>' . esc_html__( 'ΓÇö  Albert Einstein', 'twentytwelve' ) . '</em></p>
     81                               
    8182                                <!-- /wp:paragraph -->',
    8283                )
    8384        );