From 1747c112d1507d7348e1468d039737fb40ff4d76 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 7 Apr 2014 06:59:16 +0000 Subject: [PATCH] Add a note that wpView is "experimental", see #26959 Built from https://develop.svn.wordpress.org/trunk@27982 git-svn-id: http://core.svn.wordpress.org/trunk@27812 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/mce-view.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-includes/js/mce-view.js b/wp-includes/js/mce-view.js index 7af5873f4a..2cfb1a9c67 100644 --- a/wp-includes/js/mce-view.js +++ b/wp-includes/js/mce-view.js @@ -1,4 +1,9 @@ /* global tinymce, MediaElementPlayer, WPPlaylistView */ +/** + * Note: this API is "experimental" meaning that it will probably change + * in the next few releases based on feedback from 3.9.0. + * If you decide to use it, please follow the development closely. + */ // Ensure the global `wp` object exists. window.wp = window.wp || {};