Changeset 3083558 for classic-editor
- Timestamp:
- 05/08/2024 08:33:25 PM (23 months ago)
- File:
-
- 1 edited
-
classic-editor/assets/blueprints/blueprint.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classic-editor/assets/blueprints/blueprint.json
r3065779 r3083558 19 19 "activate": true 20 20 } 21 }, 22 { 23 "step": "writeFile", 24 "path": "/wordpress/wp-content/mu-plugins/playground-notice.php", 25 "data": "<?php add_action( 'admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>This is a live preview of <strong>Classic Editor</strong>, powered by <a href=\"https://wordpress.org/playground/\" target=\"_blank\">WordPress Playground</a>.</p></div>'; } );" 21 26 } 22 27 ]
Note: See TracChangeset
for help on using the changeset viewer.