Ticket #3881: options-writing.patch
File options-writing.patch, 697 bytes (added by , 18 years ago) |
---|
-
wp-admin/options-writing.php
103 103 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; ?> 109 109