strangerstudios / paid-memberships-pro

The Trusted Membership Platform That Grows with You: Restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
465 stars 359 forks source link

Formating error on "short" prices #1457

Open accessallareas opened 7 years ago

accessallareas commented 7 years ago

There is a fullstop/"." after the price, even if they are displayed in "short". Like "USD 5.55." - The fullstop makes sense in "full" display, as it is a sentence but should be removed in "short".

kimcoleman commented 4 years ago

We should consider the line where the period is added only doing that if "! $short"

https://github.com/strangerstudios/paid-memberships-pro/blob/c36365f23deaf1cabb81690940b68fe4adf490b5/includes/functions.php#L418