gettext
git-svn-id: http://svn.automattic.com/wordpress/trunk@7246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
66b8394d60
commit
eab1b66d64
|
@ -160,7 +160,7 @@ include ('admin-header.php');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<h3>Name</h3>
|
<h3><?php _e('Name') ?></h3>
|
||||||
|
|
||||||
<table class="form-table">
|
<table class="form-table">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -232,7 +232,7 @@ echo $role_list . '</select></td></tr>';
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Contact Info</h3>
|
<h3><?php _e('Contact Info') ?></h3>
|
||||||
|
|
||||||
<table class="form-table">
|
<table class="form-table">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue