Changeset 10924 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-patterns/single-wporg-pattern.php
- Timestamp:
- 04/26/2021 05:12:15 PM (5 years ago)
- 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 12 12 get_header(); 13 13 ?> 14 14 <input id="block-data" type="hidden" value="<?php echo rawurlencode( wp_json_encode( get_the_content() ) ); ?>" /> 15 15 <main id="main" class="site-main col-12" role="main"> 16 16 … … 24 24 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> 25 25 <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"> 27 27 <button class="button button-primary">Copy Pattern</button> 28 28 <button class="button">Add to favorites</button>
Note: See TracChangeset
for help on using the changeset viewer.