Skip to content

Commit

Permalink
Clarify hook code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed Dec 21, 2023
1 parent ed37945 commit eae7fbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tinymce.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ function hook_tinymce_external_plugins($format) {
/**
* Modify the raw TinyMCE options before they're passed to the editor.
*
* This runs for both, modules and themes, but for themes only if they're the
* currently active one. Not if the admin theme is set when editing content.
*
* @param array $options
* Complete options.
* @param stdClass $format
Expand Down

0 comments on commit eae7fbe

Please sign in to comment.