2
404.php
2
404.php
@@ -7,7 +7,7 @@
|
|||||||
<h1><?php _e('File Not Found', 'roots'); ?></h1>
|
<h1><?php _e('File Not Found', 'roots'); ?></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert alert-block fade in">
|
<div class="alert alert-block fade in">
|
||||||
<a class="close" data-dismiss="alert">×</a>
|
<a class="close" data-dismiss="alert">×</a>
|
||||||
<p><?php _e('The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.', 'roots'); ?></p>
|
<p><?php _e('The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.', 'roots'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<p><?php _e('Please try the following:', 'roots'); ?></p>
|
<p><?php _e('Please try the following:', 'roots'); ?></p>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<?php if ($comment->comment_approved == '0') { ?>
|
<?php if ($comment->comment_approved == '0') { ?>
|
||||||
<div class="alert alert-block fade in">
|
<div class="alert alert-block fade in">
|
||||||
<a class="close" data-dismiss="alert">×</a>
|
<a class="close" data-dismiss="alert">×</a>
|
||||||
<p><?php _e('Your comment is awaiting moderation.', 'roots'); ?></p>
|
<p><?php _e('Your comment is awaiting moderation.', 'roots'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<?php if (post_password_required()) { ?>
|
<?php if (post_password_required()) { ?>
|
||||||
<section id="comments">
|
<section id="comments">
|
||||||
<div class="alert alert-block fade in">
|
<div class="alert alert-block fade in">
|
||||||
<a class="close" data-dismiss="alert">×</a>
|
<a class="close" data-dismiss="alert">×</a>
|
||||||
<p><?php _e('This post is password protected. Enter the password to view comments.', 'roots'); ?></p>
|
<p><?php _e('This post is password protected. Enter the password to view comments.', 'roots'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</section><!-- /#comments -->
|
</section><!-- /#comments -->
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<?php if (!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) { ?>
|
<?php if (!comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) { ?>
|
||||||
<div class="alert alert-block fade in">
|
<div class="alert alert-block fade in">
|
||||||
<a class="close" data-dismiss="alert">×</a>
|
<a class="close" data-dismiss="alert">×</a>
|
||||||
<p><?php _e('Comments are closed.', 'roots'); ?></p>
|
<p><?php _e('Comments are closed.', 'roots'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<?php if (!have_comments() && !comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) { ?>
|
<?php if (!have_comments() && !comments_open() && !is_page() && post_type_supports(get_post_type(), 'comments')) { ?>
|
||||||
<section id="comments">
|
<section id="comments">
|
||||||
<div class="alert alert-block fade in">
|
<div class="alert alert-block fade in">
|
||||||
<a class="close" data-dismiss="alert">×</a>
|
<a class="close" data-dismiss="alert">×</a>
|
||||||
<p><?php _e('Comments are closed.', 'roots'); ?></p>
|
<p><?php _e('Comments are closed.', 'roots'); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</section><!-- /#comments -->
|
</section><!-- /#comments -->
|
||||||
|
|||||||
@@ -627,7 +627,7 @@ if (class_exists('RGForms')) {
|
|||||||
// error message class
|
// error message class
|
||||||
function roots_gform_validation_message($message, $form) {
|
function roots_gform_validation_message($message, $form) {
|
||||||
$message = '<div class="alert alert-error fade in">';
|
$message = '<div class="alert alert-error fade in">';
|
||||||
$message .= '<a class="close" data-dismiss="alert">×</a>';
|
$message .= '<a class="close" data-dismiss="alert">×</a>';
|
||||||
$message .= '<strong>There was a problem with your submission. Errors have been highlighted below.</strong>';
|
$message .= '<strong>There was a problem with your submission. Errors have been highlighted below.</strong>';
|
||||||
$message .= '</div>';
|
$message .= '</div>';
|
||||||
return $message;
|
return $message;
|
||||||
|
|||||||
Reference in New Issue
Block a user