Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
June 2016
Jun 23 Thu · 20:32
Meta med
Wrote a comment on the post Fixing add_query_arg() and remove_query_arg() usage, on the site Make WordPress Plugins:
Actually, never mind; `esc_url_raw` encodes ampersands as well, and also it doesn't matter if ampersands…
Jun 23 Thu · 16:58
Meta med
Wrote a comment on the post Fixing add_query_arg() and remove_query_arg() usage, on the site Make WordPress Plugins:
Since `esc_url` encodes ampersands, wouldn't it make more sense to always use `esc_url_raw` instead with…