- Timestamp:
- 10/03/2023 03:12:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php
r56716 r56764 15 15 <!-- /wp:paragraph --> 16 16 17 <!-- wp:paragraph {"fontSize":"small" } -->18 <p class="has-small-font-size "><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p>17 <!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} --> 18 <p class="has-small-font-size has-contrast-2-color has-text-color"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p> 19 19 <!-- /wp:paragraph --> 20 20
Note: See TracChangeset
for help on using the changeset viewer.