Making WordPress.org


Ignore:
Timestamp:
04/02/2020 12:38:32 AM (5 years ago)
Author:
dd32
Message:

Plugin Directory: lowercase_p_dangit() Grammer tweak, this should be a lowercase p.

Props Ipstenu.
See #1560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php

    r9674 r9677  
    319319    <form method="POST" action="<?php echo esc_url( $close_link ); ?>">
    320320    <p>
    321         <input class="button" type="submit" value="<?php echo esc_attr( sprintf( __( 'I understand, Please close %s.', 'wporg-plugins' ), get_the_title() ) ); ?>" />
     321        <input class="button" type="submit" value="<?php echo esc_attr( sprintf( __( 'I understand, please close %s.', 'wporg-plugins' ), get_the_title() ) ); ?>" />
    322322    </p>
    323323    </form>
Note: See TracChangeset for help on using the changeset viewer.