terry chay

Results 6 issues of terry chay

This is some stuff that I wrote a year ago that WordPress used for Guided Tours on WordPress.com. The main change was some extra functionality to allow the tour to...

Old version was 2.1.0 See https://github.com/scottjehl/picturefill/releases for changes Signed-off-by: terry chay [email protected]

Allows picturefill javascript to be loaded from CDN. (Will not load by default or on admin pages). Added two new filters (and updated read me): `wp_picturefill_use_cdn`: (default `false`) on whether...

Looks like WordPress core has a bug where `get_image_tag()` returns a different class than `wp_get_attachment_image()`. This shouldn't be a filter though, but patched in the plugin itself given the core...

WARNING! Clearly the code I'm patching is wrong, but I'm not sure this will fix it. My thinking is that the intention of this section of code is to get...

While it's proper to use the wp_enqueue_scripts when calling wp_enqueue_script, it is not a good idea for using it for wp_register_script, which will not do anything unless wp_enqueue_script() is called...