s/bookmark/link/. Props MichaelH. fixes #3648
git-svn-id: https://develop.svn.wordpress.org/trunk@4977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
67f01fb970
commit
6537025de2
@ -41,7 +41,7 @@ endforeach;
|
|||||||
</select></td>
|
</select></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Default bookmark category:') ?></th>
|
<th scope="row"><?php _e('Default link category:') ?></th>
|
||||||
<td><select name="default_link_category" id="default_link_category">
|
<td><select name="default_link_category" id="default_link_category">
|
||||||
<?php
|
<?php
|
||||||
foreach ($categories as $category) :
|
foreach ($categories as $category) :
|
||||||
|
Loading…
Reference in New Issue
Block a user