gettext
git-svn-id: https://develop.svn.wordpress.org/trunk@7246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c2b6f8ad02
commit
8f4a3a7687
@ -160,7 +160,7 @@ include ('admin-header.php');
|
||||
}
|
||||
?>
|
||||
|
||||
<h3>Name</h3>
|
||||
<h3><?php _e('Name') ?></h3>
|
||||
|
||||
<table class="form-table">
|
||||
<tr>
|
||||
@ -232,7 +232,7 @@ echo $role_list . '</select></td></tr>';
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Contact Info</h3>
|
||||
<h3><?php _e('Contact Info') ?></h3>
|
||||
|
||||
<table class="form-table">
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user