Ticket #3648: 3648.diff
| File 3648.diff, 505 bytes (added by , 19 years ago) |
|---|
-
wp-admin/options-writing.php
41 41 </select></td> 42 42 </tr> 43 43 <tr valign="top"> 44 <th scope="row"><?php _e('Default bookmark category:') ?></th>44 <th scope="row"><?php _e('Default link category:') ?></th> 45 45 <td><select name="default_link_category" id="default_link_category"> 46 46 <?php 47 47 foreach ($categories as $category) :