Make WordPress Core


Ignore:
Timestamp:
07/25/2023 06:28:28 AM (3 years ago)
Author:
isabel_brison
Message:

Editor: load title on navigation fallback.

Adds raw title property when loading the navigation fallback with an embed context.

Props ramonopoly, get_dave, scruffian, mukesh27, audrasjb.
Fixes #58557.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r56274 r56296  
    354354require ABSPATH . WPINC . '/block-supports/typography.php';
    355355require ABSPATH . WPINC . '/block-supports/settings.php';
     356require ABSPATH . WPINC . '/navigation-fallback.php';
    356357require ABSPATH . WPINC . '/style-engine.php';
    357358require ABSPATH . WPINC . '/style-engine/class-wp-style-engine.php';
Note: See TracChangeset for help on using the changeset viewer.