Changeset 59790 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/08/2025 03:58:11 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r59724 r59790 3673 3673 function wp_nonce_ays( $action ) { 3674 3674 // Default title and response code. 3675 $title = __( ' Something went wrong.' );3675 $title = __( 'An error occurred.' ); 3676 3676 $response_code = 403; 3677 3677
Note: See TracChangeset
for help on using the changeset viewer.