Making WordPress.org

Changeset 8168


Ignore:
Timestamp:
01/31/2019 11:06:36 PM (6 years ago)
Author:
coffee2code
Message:

Support Forums: Explicitly indicate that the URL provided when creaeting a support topic is only shown to logged-in users.

Props cybr, coffee2code.
Fixes #3685.

File:
1 edited

Legend:

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

    r8061 r8168  
    500500            <p>
    501501                <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>
    503504            </p>
    504505            <?php
Note: See TracChangeset for help on using the changeset viewer.