Jetpack_Likes::updated_message PHP Method

updated_message() public method

Returns the settings have been saved message.
public updated_message ( )
    function updated_message()
    {
        if (isset($_GET['update']) && $_GET['update'] == 'saved') {
            echo '<div class="updated"><p>' . esc_html__('Settings have been saved', 'jetpack') . '</p></div>';
        }
    }