Go to file
Jonathan Desrosiers 30461b62da Widgets: Fix custom HTML widget editor content not updating after save.
An integer comparison is performed against `control.currentErrorAnnotations`, but `control.currentErrorAnnotations` is actually an array. This fixes that comparison so the content saves correctly.

Props barryceelen.
Fixes #43657.

git-svn-id: https://develop.svn.wordpress.org/trunk@44474 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-08 16:41:53 +00:00
src Widgets: Fix custom HTML widget editor content not updating after save. 2019-01-08 16:41:53 +00:00
tests Query: Fix some code formatting issues introduced in [44452]. 2019-01-08 04:31:56 +00:00
tools
.editorconfig
.gitignore
.jshintrc
.npmrc
.nvmrc
.travis.yml
Gruntfile.js
composer.json
composer.lock
jsdoc.conf.json
package-lock.json Multisite: Move site-specific metadata integrations from the wrapper functions to the low-level Meta API functions. 2019-01-08 08:47:37 +00:00
package.json Block Editor: Upgrade `@WordPress` packages to the latest versions. 2019-01-04 19:37:30 +00:00
phpcs.xml.dist
phpunit.xml.dist
webpack.config.js
wp-cli.yml
wp-config-sample.php General: Replace "Happy blogging" with "Happy publishing". 2019-01-08 04:29:06 +00:00
wp-tests-config-sample.php