Make WordPress Core

Changeset 61439 for trunk/.gitignore


Ignore:
Timestamp:
01/05/2026 01:34:12 PM (4 months ago)
Author:
youknowriad
Message:

Build/Test Tools: Fix Gutenberg integration script prefixes and theme-i18n.json handling.

This changeset addresses two issues in the Gutenberg integration workflow:

  • Sets wpPlugin.name to wp in build-gutenberg.js so generated PHP files use wp_ prefixes instead of gutenberg_.
  • Persists theme-i18n.json in the repository for WP-CLI compatibility, as this file is required but was being ignored.

Props youknowriad, swissspidy.
See #64393.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r61438 r61439  
    4343/src/wp-includes/class-wp-block-parser-frame.php
    4444/src/wp-includes/theme.json
    45 /src/wp-includes/theme-i18n.json
    4645/packagehash.txt
    4746/artifacts
Note: See TracChangeset for help on using the changeset viewer.