Changeset 7251 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/privacy-functions.php
- Timestamp:
- 05/30/2018 06:41:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/privacy-functions.php
r7238 r7251 22 22 23 23 // Currently only enabled for special accounts. 24 if ( ! is_user_logged_in() || ! wporg_user_has_restricted_password() ) {24 if ( 'export' === $type && ( ! is_user_logged_in() || ! wporg_user_has_restricted_password() ) ) { 25 25 $error_message = 'This form is currently unavailable.'; 26 26 } else
Note: See TracChangeset
for help on using the changeset viewer.