James Nylen
                                            James Nylen
                                        
                                    I agree that this would be very valuable. My case (HTML tags that are built via a loop but that need to have no space between them) may be more...
Though ugly, it's possible to use Puppeteer to drive the extensions page and enable extensions in incognito mode: ```js const extensionsPage = await browser.newPage(); await extensionsPage.goto( 'chrome://extensions/' ); // https://github.com/GoogleChrome/puppeteer/issues/858...
This isn't going to cause us any problems any time soon - according to the code, checksums weren't added until WP version 3.7. This code is used in the core...
>I would also maybe include the forum ones just in case in the future we move things around on the forums (like when we consolidated all the support forums). :+1:...
Thanks for the clear & detailed bug report. This makes sense to me, but I'd like to see the bug and the fix proven with an automated test. There is...
This issue is for enabling composer **autoloading**, not just composer. @pfalomo if you are able to help outline what we need to do here, or if you can help with...
This isn't making it in time for 1.1.0.
Hi @szepeviktor, personally I agree with you, but since this would be a major change, our petitions site is a better starting point. There is already a petition for this:...
Yes, this is what I did in ClassicPress/ClassicPress#32. This issue is for changing over specific uses of the version string to ClassicPress or not, as appropriate
Add to the list of usages to check for: `$GLOBALS['wp_version']`.