Changeset 35397
- Timestamp:
- 10/26/2015 02:49:25 PM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r35380 r35397 403 403 'wptextpattern', 404 404 'wpview', 405 'wp oembed',405 'wpembed', 406 406 ); 407 407 -
trunk/src/wp-includes/js/tinymce/plugins/wpembed/plugin.js
r35235 r35397 2 2 'use strict'; 3 3 4 tinymce.PluginManager.add( 'wp oembed', function ( editor, url ) {4 tinymce.PluginManager.add( 'wpembed', function ( editor, url ) { 5 5 editor.on( 'init', function () { 6 6 var scriptId = editor.dom.uniqueId();
Note: See TracChangeset
for help on using the changeset viewer.