siliconforks
siliconforks
This fixes a broken link by replacing it with the Wayback Machine version. This is similar to the fix in #257 but note that the bug trackers are different: the...
### Feature request/bug description Currently if the Mail Check function fails to send an email, it always displays the generic error message "It seems there was a problem sending the...
The demo .html files (e.g., https://github.com/woocommerce/FlexSlider/blob/master/demo/index.html) contain the following meta tag for declaring the document character encoding: ```html ``` The tag should look either like this (the modern HTML5 version):...
When hosting WordPress and FooGallery on a Windows system, using the Extension Boilerplate Generator creates a .zip file in which the pathnames contain backslashes as directory separators: ``` $ zipinfo...
Consider the following shortcode: ```php function buggy_shortcode( $atts, $content, $shortcode_tag ) { throw new \Exception(); } add_shortcode( 'buggy_shortcode', 'buggy_shortcode' ); ``` If I visit a page with `[buggy_shortcode]`, it will...
It looks like characters are not being escaped in http://komodoide.com/blog.rss (for example, the current version of the feed contains an unescaped ampersand character - "Many Fixes & Enhancements").
When running Query Monitor with the Twenty Twenty-Four theme on Windows I get these warnings: ``` PHP Warning: Undefined array key "O:/Apache24/htdocs/wordpress/wp-content/themes/twentytwentyfour/parts/header.html" in O:\\Apache24\\htdocs\\wordpress\\wp-content\\plugins\\query-monitor\\output\\html\\theme.php on line 163 PHP Warning: Undefined...
This bug report contains two separate issues, but they're kind of related so I thought I'd report them together. When I look at the sidebar on the HoverCraft website (example:...
If you visit a URL which does not exist, HoverCraft just displays the text "Last modified on".
If you define `SCRIPT_DEBUG` as `TRUE` and then click the search icon, the following warning gets displayed in the browser console: ``` JQMIGRATE: jQuery.fn.focus() event shorthand is deprecated ``` This...