js/_enqueues/vendor/tinymce/wp-tinymce.php:16$pathfunction get_file( $path ) { if ( function_exists( 'realpath' ) ) { $path = realpath( $path ); } if ( ! $path || ! @is_file( $path ) ) { return false; } return @file_get_contents( $path );}Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/js/_enqueues/vendor/tinymce/wp-tinymce.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.