Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wp_kses_filterを変更する #4

Closed
fumikito opened this issue Feb 23, 2020 · 0 comments
Closed

wp_kses_filterを変更する #4

fumikito opened this issue Feb 23, 2020 · 0 comments

Comments

@fumikito
Copy link
Owner

fumikito commented Feb 23, 2020

AMPと一緒に使用したときにエラーメッセージの数がすごいので、修正する。

https://github.com/WordPress/WordPress/blob/master/wp-includes/kses.php#L45

スクリーンショット 2020-02-23 13 05 15

// Error
$tags['ruby'] = true;

// OK
$tags['ruby'] = [];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant