Ticket #16683: 16683.diff

File 16683.diff, 1.1 KB (added by solarissmoke, 2 years ago)
  • wp-includes/functions.php

     
    26092609                $trans['update']['profile']    = array( __( 'Your attempt to modify the profile for: “%s” has failed.' ), 'get_the_author_meta', 'display_name' ); 
    26102610 
    26112611                $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 ); 
    26132613                $trans['edit']['file']         = array( __( 'Your attempt to edit this file: “%s” has failed.' ), 'use_id' ); 
    26142614                $trans['edit']['theme']        = array( __( 'Your attempt to edit this theme file: “%s” has failed.' ), 'use_id' ); 
    26152615                $trans['switch']['theme']      = array( __( 'Your attempt to switch to this theme: “%s” has failed.' ), 'use_id' );