Changeset 4327
- Timestamp:
- 10/04/06 10:35:49 (2 years ago)
- Files:
-
- trunk/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/options-writing.php
r4326 r4327 107 107 <?php else : ?> 108 108 109 <p><?php print _f(__('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'); ?>109 <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'); ?> 110 110 111 111 <?php endif; ?>
