__( "What's your PayPal Merchant ID?", 'another-wordpress-classifieds-plugin' ) ) ); ?>
to obtain the Merchant ID and then go to the Payment Settings page to enter the value.', 'another-wordpress-classifieds-plugin' );
$payment_settings_link = awpcp_get_admin_settings_url( 'payment-settings' );
$message = str_replace( '', 'https://www.paypal.com/myaccount/settings/', $message );
$message = str_replace( '', '', $message );
$message = str_replace( '', '', $message );
echo $message;
?>