Make WordPress Core

Changeset 52690


Ignore:
Timestamp:
02/07/2022 06:28:00 PM (3 years ago)
Author:
audrasjb
Message:

Twenty Twelve: Typo correction a bundled pattern.

This change fixes a typo in the "Left-aligned Large Quote" block pattern.

Props tobifjellner, rafiahmedd, mukesh27.
Fixes #55099.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwelve/inc/block-patterns.php

    r51483 r52690  
    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 eznvironment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '</em></strong></p>
     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>
    7979                <!-- /wp:paragraph --><!-- wp:paragraph -->
    8080                <p><em>' . esc_html__( '—  Albert Einstein', 'twentytwelve' ) . '</em></p>
Note: See TracChangeset for help on using the changeset viewer.