Changeset 37597
- Timestamp:
- 05/30/2016 10:04:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r37446 r37597 6 6 function noop () {} 7 7 8 if ( ! wp || ! wp.mce ) {8 if ( ! wp || ! wp.mce || ! wp.mce.views ) { 9 9 return { 10 10 getView: noop
Note: See TracChangeset
for help on using the changeset viewer.