Samuel Wood
Samuel Wood
Issue reported here: https://meta.trac.wordpress.org/ticket/3352 On the dashicons resource page, the "Copy Glyph" function doesn't work properly in some browsers, but only for the f301 code point (the Twitter icon). https://developer.wordpress.org/resource/dashicons/#twitter...
https://wordpress.org/support/topic/add_setting-check-can-fail-even-if-callback-specified Example to trigger: ``` $wp_customize->add_setting('foofoo', array( 'foo'=>'string containing ; here', 'sanitize_callback'=>'bar' ) ); ``` Workaround for now: move the string into a variable outside the function call: ``` $str...
The checks using regex ain't great. For some checks like the recent text domain checks, the tokenizer was used. This can be made more generalized, to allow the tokenizer data...