Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116827
Collapse All | Expand All

(-)wp-admin/templates.php.old (-2 / +2 lines)
Lines 86-94 Link Here
86
<?php if (isset($_GET['a'])) : ?>
86
<?php if (isset($_GET['a'])) : ?>
87
	<?php if ( 'err' == $_GET['a'] ) : ?>
87
	<?php if ( 'err' == $_GET['a'] ) : ?>
88
 <div id="message" class="error"><p><?php _e('Could not save file.') ?></p></div>
88
 <div id="message" class="error"><p><?php _e('Could not save file.') ?></p></div>
89
	<? else: ?>
89
	<?php else: ?>
90
 <div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div>
90
 <div id="message" class="updated fade"><p><?php _e('File edited successfully.') ?></p></div>
91
	<?endif; ?>	
91
	<?php endif; ?>	
92
<?php endif; ?>
92
<?php endif; ?>
93
 <div class="wrap"> 
93
 <div class="wrap"> 
94
<?php
94
<?php

Return to bug 116827