index.php 263 B

12345
  1. <?php
  2. if ( current_user_can( 'activate_plugins' ) ) {
  3. esc_html_e( 'This theme was built for the WordPress full-site-editing feature. If you use WordPress below version 5.9, you need to install and activate the Gutenberg plugin to make it work. ', 'zeever' );
  4. }