Changeset 12430 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-restapi.php
- Timestamp:
- 02/27/2023 06:28:11 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-restapi.php
r12215 r12430 102 102 } 103 103 104 if ( $pending ) {104 if ( $pending && ! $pending['created'] ) { 105 105 return [ 106 106 'available' => false,
Note: See TracChangeset
for help on using the changeset viewer.