Making WordPress.org

Changeset 1280


Ignore:
Timestamp:
02/18/2015 09:45:49 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Login Message: Add reminder to make a reused string DRY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-login-message.php

    r824 r1280  
    9696
    9797    <div class="message">
    98         <p><?php echo __( 'Please use your <strong>WordPress.org</strong>* account to log in.', 'wordcamporg' ); ?></p>
     98        <p><?php echo __( 'Please use your <strong>WordPress.org</strong>* account to log in.', 'wordcamporg' ); ?></p> <?php // todo make this a constant and use it in wordcamp-forms-to-drafts and camptix-extras, since any changes to it will break them unless they're also updated ?>
    9999
    100100        <p>
Note: See TracChangeset for help on using the changeset viewer.