Making WordPress.org

Changeset 10052


Ignore:
Timestamp:
07/10/2020 03:50:55 AM (5 years ago)
Author:
tellyworth
Message:

Plugin directory: change button text from Validate to Check

See #5303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-block-validator.php

    r10051 r10052  
    2323                <div class="block-validator__plugin-input-container">
    2424                    <input type="text" class="block-validator__plugin-input" id="plugin_url" name="plugin_url" placeholder="https://plugins.svn.wordpress.org/" value="<?php echo esc_attr( $plugin_url ); ?>" />
    25                     <input type="submit" class="button button-secondary block-validator__plugin-submit" value="<?php esc_attr_e( 'Validate!', 'wporg-plugins' ); ?>" />
     25                    <input type="submit" class="button button-secondary block-validator__plugin-submit" value="<?php esc_attr_e( 'Check Plugin!', 'wporg-plugins' ); ?>" />
    2626                    <?php wp_nonce_field( 'validate-block-plugin', 'block-nonce' ); ?>
    2727                </div>
Note: See TracChangeset for help on using the changeset viewer.