You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to refactor the function wpcomsh_make_content_clickable to use WP HTML API. When it was written, we didn't have this, so it's a complex function with regexes and loops checking strings.
As we identified in that PR, it's prone to errors.
The text was updated successfully, but these errors were encountered:
renatho
changed the title
Refactor wpcomsh_make_content_clickable
Refactor wpcomsh_make_content_clickableNov 11, 2024
This is a follow-up of this discussion.
The idea is to refactor the function
wpcomsh_make_content_clickable
to useWP HTML API
. When it was written, we didn't have this, so it's a complex function with regexes and loops checking strings.As we identified in that PR, it's prone to errors.
The text was updated successfully, but these errors were encountered: