Make WordPress Core

Changeset 4954


Ignore:
Timestamp:
02/27/2007 11:17:13 PM (18 years ago)
Author:
markjaquith
Message:

End sentence with a period for consistency. Props Viper007Bond. fixes #3881

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r4574 r4954  
    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; ?>
Note: See TracChangeset for help on using the changeset viewer.