Don't be lazy. Props Denyerec
git-svn-id: https://develop.svn.wordpress.org/trunk@3364 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
774578481e
commit
8a629a0663
|
@ -86,9 +86,9 @@ default:
|
||||||
<?php if (isset($_GET['a'])) : ?>
|
<?php if (isset($_GET['a'])) : ?>
|
||||||
<?php if ( 'err' == $_GET['a'] ) : ?>
|
<?php if ( 'err' == $_GET['a'] ) : ?>
|
||||||
<div id="message" class="error"><p><?php _e('Could not save file.') ?></p></div>
|
<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>
|
<div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div>
|
||||||
<?endif; ?>
|
<?php endif; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue