Go to file
Ella Iseulde Van Dorpe 220121249a Editor: refresh word count quicker
2 seconds is a bit slow. Debouncing with 1 second means it can only run maximum once per second. In reality it won't run us much. Even people who type slow will usually type faster than 1 character per second.

See #30966.



git-svn-id: https://develop.svn.wordpress.org/trunk@33060 602fd350-edb4-49c9-b593-d223f7449a82
2015-07-03 09:14:08 +00:00
src Editor: refresh word count quicker 2015-07-03 09:14:08 +00:00
tests Update `test_filter_wp_nav_menu_args()` after [33035]. 2015-07-02 01:17:58 +00:00
tools/i18n Deprecate php4 style constructors 2015-06-28 15:26:41 +00:00
.editorconfig Use HTTPS URLs for codex.wordpress.org. 2015-04-12 21:28:58 +00:00
.gitignore Ignore `.DS_Store` files. 2015-03-13 18:11:33 +00:00
.jshintrc Update `grunt-contrib-jshint` to `0.11.0` 2015-03-06 21:07:35 +00:00
.travis.yml
Gruntfile.js Add menu management to the Customizer. 2015-06-16 22:07:08 +00:00
package.json Update Grunt dev-dependencies 2015-06-28 14:49:08 +00:00
phpunit.xml.dist
wp-cli.yml
wp-config-sample.php Lightly clean up and improve inline documentation in wp-config-sample.php. 2015-05-10 00:05:30 +00:00
wp-tests-config-sample.php