Make WordPress Core

Ticket #34521: 34521-text-change-manage-options.patch

File 34521-text-change-manage-options.patch, 600 bytes (added by ramiy, 7 years ago)

Text change: manage options

  • wp-admin/options.php

     
    160160
    161161        if ( 'options' == $option_page ) {
    162162                if ( is_multisite() && ! is_super_admin() )
    163                         wp_die( __( 'Sorry, you are not allowed to modify unregistered settings for this site.' ) );
     163                        wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) );
    164164                $options = explode( ',', wp_unslash( $_POST[ 'page_options' ] ) );
    165165        } else {
    166166                $options = $whitelist_options[ $option_page ];