mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-03 16:50:13 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user