Changeset 5873 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
- Timestamp:
- 09/04/2017 10:35:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r5838 r5873 410 410 <p> 411 411 <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" /> 413 413 </p> 414 414 <?php
Note: See TracChangeset
for help on using the changeset viewer.