mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
gettext
git-svn-id: https://develop.svn.wordpress.org/trunk@7246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user