Making WordPress.org

Ticket #1791: 1791.patch

File 1791.patch, 1.3 KB (added by Kenshino, 9 years ago)

Patch to add translation functions to hard coded strings

  • wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/metabox-status.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    6060                        <?php endif; ?>
    6161
    6262                        <div class="misc-pub-section hide-if-js wcb-mark-incomplete-notes">
    63                                 <label for="wcp_mark_incomplete_notes">What information is needed?</label>
     63                                <label for="wcp_mark_incomplete_notes"><?php _e( 'What information is needed?', 'wordcamporg' ); ?></label>
    6464                                <textarea id="wcp_mark_incomplete_notes" name="wcp_mark_incomplete_notes" class="large-text" rows="5"
    65                                         placeholder="Need to attach receipt, etc" <?php echo $incomplete_readonly; ?>><?php echo esc_textarea( $incomplete_notes ); ?></textarea>
     65                                          placeholder="<?php _e( 'Need to attach receipt, etc', 'wordcamporg' ); ?>" <?php echo $incomplete_readonly; ?>><?php echo esc_textarea( $incomplete_notes ); ?></textarea>
    6666                        </div>
    6767
    6868                        <div class="clear"></div>