Make WordPress Core

Ticket #3648: 3648.diff

File 3648.diff, 505 bytes (added by MichaelH, 19 years ago)

Change "bookmark" to "link"

  • wp-admin/options-writing.php

     
    4141</select></td>
    4242</tr>
    4343<tr valign="top">
    44 <th scope="row"><?php _e('Default bookmark category:') ?></th>
     44<th scope="row"><?php _e('Default link category:') ?></th>
    4545<td><select name="default_link_category" id="default_link_category">
    4646<?php
    4747foreach ($categories as $category) :