Ticket #43163: 43163.diff
File 43163.diff, 508 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/theme-editor.php
diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index f5b789e..84cf37e 100644
a b if ( 'POST' === $_SERVER['REQUEST_METHOD'] ) { 192 192 </div> 193 193 <?php endif; ?> 194 194 <?php if ( preg_match( '/\.css$/', $file ) ) : ?> 195 <div id="message" class="notice-info notice ">195 <div id="message" class="notice-info notice is-dismissible"> 196 196 <p><strong><?php _e( 'Did you know?' ); ?></strong></p> 197 197 <p> 198 198 <?php