Make WordPress Core

Changeset 35397


Ignore:
Timestamp:
10/26/2015 02:49:25 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Embeds: Rename TinyMCE wpoembed plugin to wpembed.

Props swissspidy.
Fixes #34272.

Location:
trunk/src/wp-includes
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r35380 r35397  
    403403                        'wptextpattern',
    404404                        'wpview',
    405                         'wpoembed',
     405                        'wpembed',
    406406                    );
    407407
  • trunk/src/wp-includes/js/tinymce/plugins/wpembed/plugin.js

    r35235 r35397  
    22    'use strict';
    33
    4     tinymce.PluginManager.add( 'wpoembed', function ( editor, url ) {
     4    tinymce.PluginManager.add( 'wpembed', function ( editor, url ) {
    55        editor.on( 'init', function () {
    66            var scriptId = editor.dom.uniqueId();
Note: See TracChangeset for help on using the changeset viewer.