Make WordPress Core


Ignore:
Timestamp:
07/10/2023 09:20:15 PM (19 months ago)
Author:
joedolson
Message:

Editor: Fix layout of no-js state in site editor.

Remove padding and adjust classes to match current state of editor.

Props afercia, andraganescu, poena.
Fixes #56228.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/site-editor.php

    r56054 r56187  
    173173    <div class="wrap hide-if-js site-editor-no-js">
    174174        <h1 class="wp-heading-inline"><?php _e( 'Edit site' ); ?></h1>
    175         <div class="notice notice-error notice-alt">
     175        <div class="notice notice-error">
    176176            <p>
    177177                <?php
Note: See TracChangeset for help on using the changeset viewer.