Make WordPress Core


Ignore:
Timestamp:
08/16/2019 12:38:42 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Replace legacy updated message type in add_settings_error() calls with success.

See #44640.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/privacy-tools.php

    r45519 r45818  
    8989                'privacy_action_email_retry',
    9090                __( 'Confirmation request sent again successfully.' ),
    91                 'updated'
     91                'success'
    9292            );
    9393        }
     
    167167                    'username_or_email_for_privacy_request',
    168168                    __( 'Confirmation request initiated successfully.' ),
    169                     'updated'
     169                    'success'
    170170                );
    171171                break;
Note: See TracChangeset for help on using the changeset viewer.