Changeset 56559 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r56521 r56559 43 43 add_filter( 44 44 'admin_body_class', 45 static function ( $classes ) {45 static function ( $classes ) { 46 46 return "$classes is-fullscreen-mode"; 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.