Don't be lazy. Props Denyerec

git-svn-id: http://svn.automattic.com/wordpress/trunk@3364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-12-28 00:10:23 +00:00
parent 08005a3bba
commit e4bc49b839
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,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