Go to file
Jonathan Desrosiers e0942aec0c Block Editor: Expose value of user_can_richedit().
In order for the Block Editor to know whether to allow visual editing, it needs to know the value of `user_can_richedit()`.

Props youknowriad, danielbachhuber.

Merges [43916] into trunk.

Fixes #45375.

git-svn-id: https://develop.svn.wordpress.org/trunk@44267 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-17 17:08:10 +00:00
src Block Editor: Expose value of user_can_richedit(). 2018-12-17 17:08:10 +00:00
tests Block Editor: Update @wordpress dependencies. 2018-12-17 04:50:48 +00:00
tools Block Editor: Update @wordpress dependencies to match Gutenberg 4.5.1. 2018-12-17 15:35:21 +00:00
.editorconfig
.gitignore Build Tools: Copy package JavaScript and CSS into wp-includes. 2018-12-14 04:10:26 +00:00
.jshintrc
.npmrc
.nvmrc
.travis.yml Build Tools: Switch to Node 10.13.0. 2018-12-16 01:42:24 +00:00
composer.json
composer.lock
Gruntfile.js Build Tools: Minify the package CSS when building. 2018-12-17 00:36:36 +00:00
jsdoc.conf.json
package-lock.json Block Editor: Update @wordpress dependencies to match Gutenberg 4.5.1. 2018-12-17 15:35:21 +00:00
package.json Block Editor: Update @wordpress dependencies to match Gutenberg 4.5.1. 2018-12-17 15:35:21 +00:00
phpcs.xml.dist
phpunit.xml.dist
webpack.config.js Build Tools: Add non-minified @wordpress scripts to the build output. 2018-12-16 23:27:36 +00:00
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php