printf(), not print_f().
git-svn-id: https://develop.svn.wordpress.org/trunk@4327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
39c5fabde5
commit
c18497fac3
@ -106,7 +106,7 @@ endforeach;
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<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'); ?>
|
||||
<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'); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user