Make WordPress Core


Ignore:
Timestamp:
07/04/2015 12:49:52 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Don't capitalize words in a sentence after comma.

props bjornjohansen, netweb.
fixes #31927.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/plugins.php

    r33067 r33079  
    331331                    ?>
    332332                    <?php wp_nonce_field('bulk-plugins') ?>
    333                     <?php submit_button( $data_to_delete ? __( 'Yes, Delete these files and data' ) : __( 'Yes, Delete these files' ), 'button', 'submit', false ); ?>
     333                    <?php submit_button( $data_to_delete ? __( 'Yes, delete these files and data' ) : __( 'Yes, delete these files' ), 'button', 'submit', false ); ?>
    334334                </form>
    335335                <?php
     
    337337                ?>
    338338                <form method="post" action="<?php echo $referer ? esc_url( $referer ) : ''; ?>" style="display:inline;">
    339                     <?php submit_button( __( 'No, Return me to the plugin list' ), 'button', 'submit', false ); ?>
     339                    <?php submit_button( __( 'No, return me to the plugin list' ), 'button', 'submit', false ); ?>
    340340                </form>
    341341
Note: See TracChangeset for help on using the changeset viewer.