Making WordPress.org

Changeset 7419


Ignore:
Timestamp:
07/11/2018 06:56:30 AM (8 years ago)
Author:
dd32
Message:

Main: Fix a typo - a missing " which caused reCaptcha to fail to load.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/recaptcha.php

    r7350 r7419  
    3030function display_submit_button( $submit_text = 'Submit', $classes = 'button' ) {
    3131        echo '<input' .
    32                 ' data-sitekey=' . esc_attr( RECAPTCHA_INVIS_PUBKEY ) . '"' .
     32                ' data-sitekey="' . esc_attr( RECAPTCHA_INVIS_PUBKEY ) . '"' .
    3333                ' data-callback="reCAPTCHAPostSubmit"' .
    3434                ' type="submit"' .
Note: See TracChangeset for help on using the changeset viewer.