Make WordPress Core

Ticket #3881: options-writing.patch

File options-writing.patch, 697 bytes (added by Viper007Bond, 18 years ago)
  • wp-admin/options-writing.php

     
    103103
    104104<?php else : ?>
    105105
    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'); ?>
    107107
    108108<?php endif; ?>
    109109