summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/templates.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-admin/templates.php')
-rw-r--r--wp-inst/wp-admin/templates.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-admin/templates.php b/wp-inst/wp-admin/templates.php
index f1c2124..deb79f4 100644
--- a/wp-inst/wp-admin/templates.php
+++ b/wp-inst/wp-admin/templates.php
@@ -87,9 +87,9 @@ default:
<?php if (isset($_GET['a'])) : ?>
<?php if ( 'err' == $_GET['a'] ) : ?>
<div id="message" class="error"><p><?php _e('Could not save file.') ?></p></div>
- <? else: ?>
+ <?php else: ?>
<div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div>
- <?endif; ?>
+ <?php endif; ?>
<?php endif; ?>
<div class="wrap">
<?php