Making WordPress.org


Ignore:
Timestamp:
09/04/2017 10:35:45 AM (7 years ago)
Author:
SergeyBiryukov
Message:

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

See #363.

File:
1 edited

Legend:

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

    r5838 r5873  
    410410            <p>
    411411                <label for="site_url"><?php _e( 'Link to the page you need help with:', 'wporg-forums' ) ?></label><br />
    412                 <input type="text" id="site_url" value="<?php echo esc_attr( $site_url ); ?>" size="40" name="site_url" maxlength="100" />
     412                <input type="text" id="site_url" value="<?php echo esc_attr( $site_url ); ?>" size="40" name="site_url" maxlength="200" />
    413413            </p>
    414414            <?php
Note: See TracChangeset for help on using the changeset viewer.