Making WordPress.org


Ignore:
Timestamp:
04/26/2021 05:12:15 PM (5 years ago)
Author:
ryelle
Message:

Pattern Directory: Sync with git WordPress/pattern-directory@1c878592553a9dcc8f4f2c8cde05952436fe3f46

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/single-wporg-pattern.php

    r10841 r10924  
    1212get_header();
    1313?>
    14 
     14    <input id="block-data" type="hidden" value="<?php echo rawurlencode( wp_json_encode( get_the_content() ) ); ?>" />
    1515    <main id="main" class="site-main col-12" role="main">
    1616
     
    2424                    <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
    2525                    <p>A large hero section with an example background image and a heading in the center.</p>
    26                     <div class="pattern-actions">
     26                    <div id="pattern-actions" class="pattern-actions">
    2727                        <button class="button button-primary">Copy Pattern</button>
    2828                        <button class="button">Add to favorites</button>
Note: See TracChangeset for help on using the changeset viewer.