Changeset 8168
- Timestamp:
- 01/31/2019 11:06:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r8061 r8168 500 500 <p> 501 501 <label for="site_url"><?php _e( 'Link to the page you need help with:', 'wporg-forums' ) ?></label><br /> 502 <input type="text" id="site_url" value="<?php echo esc_attr( $site_url ); ?>" size="40" name="site_url" maxlength="400" /> 502 <input type="text" id="site_url" value="<?php echo esc_attr( $site_url ); ?>" size="40" name="site_url" maxlength="400" aria-describedby="site_url_description" /><br /> 503 <em id="site_url_description"><?php _e( 'This link will only be shown to logged-in users.', 'wporg-forums' ); ?></em> 503 504 </p> 504 505 <?php
Note: See TracChangeset
for help on using the changeset viewer.