OwlCyberSecurity - MANAGER
Edit File: tribe-gutenberg-release.php
<?php /** * The Gutenberg Release admin notice for when TEC is active, or TEC *and* ET. * * @since 4.7.23 * * @var int $icon The local URL for the notice's icon image. * @var int $end_time The Unix timestamp for the release notice's end time. */ ?> <div class="tribe-marketing-notice"> <div class="tribe-notice-icon"> <img src="<?php echo esc_url( $icon_url ); ?>" /> </div> <div class="tribe-notice-content"> <h3>Breaking News: Gutenberg Block Editor Release</h3> <p>The beta version of WordPress 5.0 is out! This is a <strong>big deal</strong>: the official release of the new editing interface is right around the corner.</p> <p>Once this release happens, the new block editor will become the default editor for all WordPress sites running version 5.0 or higher. We recommend you familiarize yourself ASAP so you’re ready for the change when it happens.</p> <a href="http://m.tri.be/1a8o" target="_blank" class="button button-primary">Get Up to Speed</a> </div> </div>