Ticket #16683: 16683.diff
| File 16683.diff, 1.1 KB (added by solarissmoke, 2 years ago) |
|---|
-
wp-includes/functions.php
2609 2609 $trans['update']['profile'] = array( __( 'Your attempt to modify the profile for: “%s” has failed.' ), 'get_the_author_meta', 'display_name' ); 2610 2610 2611 2611 $trans['update']['options'] = array( __( 'Your attempt to edit your settings has failed.' ), false ); 2612 $trans['update']['permalink'] = array( __( 'Your attempt to change your permalink structure to: %s has failed.' ), 'use_id');2612 $trans['update']['permalink'] = array( __( 'Your attempt to change your permalink structure has failed.' ), false ); 2613 2613 $trans['edit']['file'] = array( __( 'Your attempt to edit this file: “%s” has failed.' ), 'use_id' ); 2614 2614 $trans['edit']['theme'] = array( __( 'Your attempt to edit this theme file: “%s” has failed.' ), 'use_id' ); 2615 2615 $trans['switch']['theme'] = array( __( 'Your attempt to switch to this theme: “%s” has failed.' ), 'use_id' );
