Changes in trunk/wp-admin/options-writing.php [4977:4574]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r4977 r4574 42 42 </tr> 43 43 <tr valign="top"> 44 <th scope="row"><?php _e('Default link category:') ?></th>44 <th scope="row"><?php _e('Default bookmark category:') ?></th> 45 45 <td><select name="default_link_category" id="default_link_category"> 46 46 <?php … … 104 104 <?php else : ?> 105 105 106 <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a> .'), 'options-privacy.php'); ?>106 <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a>'), 'options-privacy.php'); ?> 107 107 108 108 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.