Making WordPress.org

Changeset 7854


Ignore:
Timestamp:
11/16/2018 10:36:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Bump maxlength attribute on "the page you need help with" input to 400 characters to allow for longer URLs.

Fixes #3926.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php

    r7489 r7854  
    467467            <p>
    468468                <label for="site_url"><?php _e( 'Link to the page you need help with:', 'wporg-forums' ) ?></label><br />
    469                 <input type="text" id="site_url" value="<?php echo esc_attr( $site_url ); ?>" size="40" name="site_url" maxlength="200" />
     469                <input type="text" id="site_url" value="<?php echo esc_attr( $site_url ); ?>" size="40" name="site_url" maxlength="400" />
    470470            </p>
    471471            <?php
Note: See TracChangeset for help on using the changeset viewer.