Open armandn opened 5 years ago
Are you posting in the right repository?
Is this something in Hybrid Core? https://github.com/justintadlock/hybrid-core
Yes, sorry, it's Hybrid Core. I forgot that under the hood Mythic uses Hybrid Core that has a separate repo.
Do you want me to post the issue on Hybrid Core and close this one?
If a title contains a percent sign, e.g. "Nasdaq up 25%", the "%" is stripped from the title (only in posts archives, single titles are OK).
It looks like the problem is in functions-post.php, in render_permalink(): there's this code:
I don't understand the purpose of
sprintf( $args['text'], esc_url( $url ) )
, but replacing it with just$args['text']
seems to fix the problem.