Make WordPress Core


Ignore:
Timestamp:
09/19/2024 10:32:34 AM (8 months ago)
Author:
poena
Message:

Bundled Themes: Make text strings translatable.

This changeset updates Twenty Twenty-Three and Twenty Twenty-Four and replaces text strings in HTML files with patterns to make the strings translatable.

Follow-up to [58459].

Props sabernhardt, karmatosed, iflairwebtechnologies, poena.
Fixes #61951.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/templates/index.html

    r56951 r59065  
    33<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
    44<main class="wp-block-group alignfull">
    5     <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
    6     <h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)">Posts</h1>
    7     <!-- /wp:heading -->
     5    <!-- wp:pattern {"slug":"twentytwentyfour/hidden-posts-heading"} /-->
    86    <!-- wp:pattern {"slug":"twentytwentyfour/posts-3-col"} /-->
    97</main>
Note: See TracChangeset for help on using the changeset viewer.