HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/bravo/content-none.php
<article>
	<h1><?php _e('Nothing Found','bravo'); ?></h1>
	<?php if (is_home() && current_user_can('publish_posts')) : ?>
		<p><?php printf( __('Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'bravo'), admin_url('post-new.php')); ?></p>
	<?php elseif (is_search()) : ?>
		<h5><?php _e('Search results:', 'bravo'); echo ' "' . get_search_query() . '"'; ?></h5>
		<p><?php _e('Sorry, but nothing matched your search terms. <br />Try again with some different keywords.', 'bravo'); ?></p>
		<?php get_search_form(); ?>
	<?php else : ?>
		<p><?php _e('It seems we cannot find what you&rsquo;re looking for. Perhaps searching can help.', 'bravo'); ?></p>
		<?php get_search_form(); ?>
	<?php endif; ?>
</article>