Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/designers-developers/developers/filters/editor-filters.md
Co-Authored-By: draganescu <[email protected]>
  • Loading branch information
gziolo and draganescu committed May 21, 2019
commit f715a6454a5e5fa5d95c480f3a468b8b6b5c09f9
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The filter will send any setting to the initialized Editor, which means any edit
### Available default editor settings

#### `richEditingEnabled`
If it is true the user can edit the content using the visual editor.
If it is `true` the user can edit the content using the Visual Editor.

It is set by default by the WordPress function [`user_can_richedit`](https://developer.wordpress.org/reference/functions/user_can_richedit/). This function checks if the user can access the visual editor and that it’s supported by the user’s browser.

Expand Down