Changeset 52392 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
- Timestamp:
- 12/20/2021 04:48:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
r52375 r52392 12 12 <!-- /wp:separator --> 13 13 14 <!-- wp:heading {"style":{"typography":{"fontSize":" clamp(3rem, 6vw, 4rem)","lineHeight":"0.5"}}} -->15 <h2 id="1" style="font-size: clamp(3rem, 6vw, 4rem);line-height:0.5">' . esc_html( _x( '1', 'First item in a numbered list.', 'twentytwentytwo' ) ) . '</h2>14 <!-- wp:heading {"style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--gigantic, clamp(2.75rem, 6vw, 3.25rem))","lineHeight":"0.5"}}} --> 15 <h2 id="1" style="font-size:var(--wp--custom--typography--font-size--gigantic, clamp(2.75rem, 6vw, 3.25rem));line-height:0.5">' . esc_html( _x( '1', 'First item in a numbered list.', 'twentytwentytwo' ) ) . '</h2> 16 16 <!-- /wp:heading --> 17 17 18 <!-- wp:heading {"level":3,"fontSize":" large"} -->19 <h3 class="has- large-font-size" id="pigeon"><em>' . esc_html__( 'Pigeon', 'twentytwentytwo' ) . '</em></h3>18 <!-- wp:heading {"level":3,"fontSize":"x-large"} --> 19 <h3 class="has-x-large-font-size" id="pigeon"><em>' . esc_html__( 'Pigeon', 'twentytwentytwo' ) . '</em></h3> 20 20 <!-- /wp:heading --> 21 21 … … 40 40 <!-- /wp:separator --> 41 41 42 <!-- wp:heading {"style":{"typography":{"fontSize":"clamp( 3rem, 6vw, 4rem)","lineHeight":"0.5"}}} -->43 <h2 id="2" style="font-size:clamp( 3rem, 6vw, 4rem);line-height:0.5">' . esc_html( _x( '2', 'Second item in a numbered list.', 'twentytwentytwo' ) ) . '</h2>42 <!-- wp:heading {"style":{"typography":{"fontSize":"clamp(2.75rem, 6vw, 3.25rem)","lineHeight":"0.5"}}} --> 43 <h2 id="2" style="font-size:clamp(2.75rem, 6vw, 3.25rem);line-height:0.5">' . esc_html( _x( '2', 'Second item in a numbered list.', 'twentytwentytwo' ) ) . '</h2> 44 44 <!-- /wp:heading --> 45 45 46 <!-- wp:heading {"fontSize":" large"} -->47 <h2 class="has- large-font-size" id="sparrow"><meta charset="utf-8"><em>' . esc_html__( 'Sparrow', 'twentytwentytwo' ) . '</em></h2>46 <!-- wp:heading {"fontSize":"x-large"} --> 47 <h2 class="has-x-large-font-size" id="sparrow"><meta charset="utf-8"><em>' . esc_html__( 'Sparrow', 'twentytwentytwo' ) . '</em></h2> 48 48 <!-- /wp:heading --> 49 49 … … 68 68 <!-- /wp:separator --> 69 69 70 <!-- wp:heading {"style":{"typography":{"fontSize":"clamp( 3rem, 6vw, 4rem)","lineHeight":"0.5"}}} -->71 <h2 id="3" style="font-size:clamp( 3rem, 6vw, 4rem);line-height:0.5">' . esc_html( _x( '3', 'Third item in a numbered list.', 'twentytwentytwo' ) ) . '</h2>70 <!-- wp:heading {"style":{"typography":{"fontSize":"clamp(2.75rem, 6vw, 3.25rem)","lineHeight":"0.5"}}} --> 71 <h2 id="3" style="font-size:clamp(2.75rem, 6vw, 3.25rem);line-height:0.5">' . esc_html( _x( '3', 'Third item in a numbered list.', 'twentytwentytwo' ) ) . '</h2> 72 72 <!-- /wp:heading --> 73 73 74 <!-- wp:heading {"fontSize":" large"} -->75 <h2 class="has- large-font-size" id="falcon"><meta charset="utf-8"><em>' . esc_html__( 'Falcon', 'twentytwentytwo' ) . '</em></h2>74 <!-- wp:heading {"fontSize":"x-large"} --> 75 <h2 class="has-x-large-font-size" id="falcon"><meta charset="utf-8"><em>' . esc_html__( 'Falcon', 'twentytwentytwo' ) . '</em></h2> 76 76 <!-- /wp:heading --> 77 77
Note: See TracChangeset
for help on using the changeset viewer.