smerriman
smerriman
+1 for this. I have a set of elements which wrap onto multiple lines based on the screen size. Each contains an image div which has matchHeight called on it,...
All comments. Calling `wp_slash` is incorrect - the line immediately before: `$comment = wp_filter_comment( $comment );` runs pre_comment_content, which has a default kses filter which adds slashes, thus the double...
I think you may have misunderstood - `wp_filter_comment` takes the raw data and does all the slashing for you already. So there's no need for `wp_slash` in the plugin -...
No, this is nothing to do with the WP version (it would in fact be very bad if it cleared the metadata in general, since it's often important to have...
This is a bug report for the Regenerate Thumbnails plugin. It adds the sizes back in after calling the core WordPress function: https://github.com/Automattic/regenerate-thumbnails/blob/master/includes/class-regeneratethumbnails-regenerator.php#L199 As mentioned, adding these sizes back is...
This is fantastic, thank you - everything appears to be working perfectly.
No, it's applied as a filter, and therefore interacts with every single call made to wp_calculate_image_sizes. The point made by joemcgill was that plugin authors may call the wp_calculate_image_sizes passing...
I've just run into this myself, and it is a **critical** bug. Why has it not been fixed in over 5 years? My client running on the BigScoots hosting platform...
What is the status of this? This appears to have been brought up prior to the release of 6.6, so I'm not sure why it wasn't resolved as it is...
I see there was a major plugin release recently. This issue is still just as frustrating every single time I set up a site and try to explain to clients...