From c0399b4fdeeca89d42a3d58c9e9063a69446d386 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 19 Apr 2017 22:10:42 +0000 Subject: [PATCH] TinyMCE: Fix cursor position after updating a wpview node. Fix hiding the inline toolbar on editor blur. Props iseulde, azaozz. Fixes #40480 for trunk. Built from https://develop.svn.wordpress.org/trunk@40481 git-svn-id: http://core.svn.wordpress.org/trunk@40357 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/mce-view.js | 3 +++ wp-includes/js/mce-view.min.js | 2 +- .../js/tinymce/plugins/wordpress/plugin.js | 2 +- .../tinymce/plugins/wordpress/plugin.min.js | 2 +- wp-includes/js/tinymce/wp-tinymce.js.gz | Bin 182773 -> 182777 bytes wp-includes/version.php | 2 +- 6 files changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-includes/js/mce-view.js b/wp-includes/js/mce-view.js index 21b2c87b6a..397af63867 100644 --- a/wp-includes/js/mce-view.js +++ b/wp-includes/js/mce-view.js @@ -729,6 +729,9 @@ $( node ).data( 'rendered', false ); editor.dom.setAttrib( node, 'data-wpview-text', encodeURIComponent( text ) ); wp.mce.views.createInstance( type, text, match.options, force ).render(); + + editor.selection.select( node ); + editor.nodeChanged(); editor.focus(); return true; diff --git a/wp-includes/js/mce-view.min.js b/wp-includes/js/mce-view.min.js index 997fb031fc..e10254cf3f 100644 --- a/wp-includes/js/mce-view.min.js +++ b/wp-includes/js/mce-view.min.js @@ -1 +1 @@ -!function(a,b,c,d){"use strict";var e={},f={};b.mce=b.mce||{},b.mce.views={register:function(a,c){e[a]=b.mce.View.extend(_.extend(c,{type:a}))},unregister:function(a){delete e[a]},get:function(a){return e[a]},unbind:function(){_.each(f,function(a){a.unbind()})},setMarkers:function(a){var b,c,d=[{content:a}],f=this;return _.each(e,function(a,e){c=d.slice(),d=[],_.each(c,function(c){var g,h,i=c.content;if(c.processed)return void d.push(c);for(;i&&(g=a.prototype.match(i));)g.index&&d.push({content:i.substring(0,g.index)}),b=f.createInstance(e,g.content,g.options),h=b.loader?".":b.text,d.push({content:b.ignore?h:'

'+h+"

",processed:!0}),i=i.slice(g.index+g.content.length);i&&d.push({content:i})})}),a=_.pluck(d,"content").join(""),a.replace(/

\s*

")},createInstance:function(a,b,c,d){var e,g,h=this.get(a);return b=tinymce.DOM.decode(b),b.indexOf("[")!==-1&&b.indexOf("]")!==-1&&(b=b.replace(/\[[^\]]+\]/g,function(a){return a.replace(/[\r\n]/g,"")})),!d&&(g=this.getInstance(b))?g:(e=encodeURIComponent(b),c=_.extend(c||{},{text:b,encodedText:e}),f[e]=new h(c))},getInstance:function(a){return"string"==typeof a?f[encodeURIComponent(a)]:f[d(a).attr("data-wpview-text")]},getText:function(a){return decodeURIComponent(d(a).attr("data-wpview-text")||"")},render:function(a){_.each(f,function(b){b.render(null,a)})},update:function(a,b,c,d){var e=this.getInstance(c);e&&e.update(a,b,c,d)},edit:function(a,b){var c=this.getInstance(b);c&&c.edit&&c.edit(c.text,function(d,e){c.update(d,a,b,e)})},remove:function(a,b){var c=this.getInstance(b);c&&c.remove(a,b)}},b.mce.View=function(a){_.extend(this,a),this.initialize()},b.mce.View.extend=Backbone.View.extend,_.extend(b.mce.View.prototype,{content:null,loader:!0,initialize:function(){},getContent:function(){return this.content},render:function(a,b){null!=a&&(this.content=a),a=this.getContent(),(this.loader||a)&&(b&&this.unbind(),this.replaceMarkers(),a?this.setContent(a,function(a,b){d(b).data("rendered",!0),this.bindNode.call(this,a,b)},!!b&&null):this.setLoader())},bindNode:function(){},unbindNode:function(){},unbind:function(){this.getNodes(function(a,b){this.unbindNode.call(this,a,b)},!0)},getEditors:function(a){_.each(tinymce.editors,function(b){b.plugins.wpview&&a.call(this,b)},this)},getNodes:function(a,b){this.getEditors(function(c){var e=this;d(c.getBody()).find('[data-wpview-text="'+e.encodedText+'"]').filter(function(){var a;return null==b||(a=d(this).data("rendered")===!0,b?a:!a)}).each(function(){a.call(e,c,this,this)})})},getMarkers:function(a){this.getEditors(function(b){var c=this;d(b.getBody()).find('[data-wpview-marker="'+this.encodedText+'"]').each(function(){a.call(c,b,this)})})},replaceMarkers:function(){this.getMarkers(function(a,b){var c,e=b===a.selection.getNode();return this.loader||d(b).text()===this.text?(c=a.$('

'),a.$(b).replaceWith(c),void(e&&setTimeout(function(){a.selection.select(c[0]),a.selection.collapse()}))):void a.dom.setAttrib(b,"data-wpview-marker",null)})},removeMarkers:function(){this.getMarkers(function(a,b){a.dom.setAttrib(b,"data-wpview-marker",null)})},setContent:function(a,b,c){_.isObject(a)&&(a.sandbox||a.head||a.body.indexOf("'),c.undoManager.transact(function(){d.innerHTML="",d.appendChild(_.isString(a)?c.dom.createFragment(a):a),c.dom.add(d,"span",{"class":"wpview-end"})}),b&&b.call(this,c,d)},c)},setIframes:function(a,c,e,f){var g=this;this.getNodes(function(f,h){function i(){var a;r||l.contentWindow&&(a=d(l),g.iframeHeight=d(n.body).height(),a.height()!==g.iframeHeight&&(a.height(g.iframeHeight),f.nodeChanged()))}function j(){f.isHidden()||(d(h).data("rendered",null),setTimeout(function(){b.mce.views.render()}))}function k(){p=new o(_.debounce(i,100)),p.observe(n.body,{attributes:!0,childList:!0,subtree:!0})}var l,m,n,o,p,q,r,s=f.dom,t="",u=f.getBody().className||"",v=f.getDoc().getElementsByTagName("head")[0];if(tinymce.each(s.$('link[rel="stylesheet"]',v),function(a){a.href&&a.href.indexOf("skins/lightgray/content.min.css")===-1&&a.href.indexOf("skins/wordpress/wp-content.css")===-1&&(t+=s.getOuterHTML(a))}),g.iframeHeight&&s.add(h,"span",{"data-mce-bogus":1,style:{display:"block",width:"100%",height:g.iframeHeight}},"\u200b"),f.undoManager.transact(function(){h.innerHTML="",l=s.add(h,"iframe",{src:tinymce.Env.ie?'javascript:""':"",frameBorder:"0",allowTransparency:"true",scrolling:"no","class":"wpview-sandbox",style:{width:"100%",display:"block"},height:g.iframeHeight}),s.add(h,"span",{"class":"mce-shim"}),s.add(h,"span",{"class":"wpview-end"})}),l.contentWindow){if(m=l.contentWindow,n=m.document,n.open(),n.write(''+a+t+''+c+""),n.close(),g.iframeHeight&&(r=!0,setTimeout(function(){r=!1,i()},3e3)),d(m).on("load",i).on("unload",j),o=m.MutationObserver||m.WebKitMutationObserver||m.MozMutationObserver)n.body?k():n.addEventListener("DOMContentLoaded",k,!1);else for(q=1;q<6;q++)setTimeout(i,700*q);e&&e.call(g,f,h)}},f)},setLoader:function(a){this.setContent('
')},setError:function(a,b){this.setContent('

'+a+"

")},match:function(a){var b=c.next(this.type,a);if(b)return{index:b.index,content:b.content,options:{shortcode:b.shortcode}}},update:function(a,c,f,g){_.find(e,function(e,h){var i=e.prototype.match(a);if(i)return d(f).data("rendered",!1),c.dom.setAttrib(f,"data-wpview-text",encodeURIComponent(a)),b.mce.views.createInstance(h,a,i.options,g).render(),c.focus(),!0})},remove:function(a,b){this.unbindNode.call(this,a,b),a.dom.remove(b),a.focus()}})}(window,window.wp,window.wp.shortcode,window.jQuery),function(a,b,c,d){function e(b){var c={};return a.tinymce?!b||b.indexOf("<")===-1&&b.indexOf(">")===-1?b:(j=j||new a.tinymce.html.Schema(c),k=k||new a.tinymce.html.DomParser(c,j),l=l||new a.tinymce.html.Serializer(c,j),l.serialize(k.parse(b,{forced_root_block:!1}))):b.replace(/<[^>]+>/g,"")}var f,g,h,i,j,k,l;f={state:[],edit:function(a,b){var d=this.type,e=c[d].edit(a);this.pausePlayers&&this.pausePlayers(),_.each(this.state,function(a){e.state(a).on("update",function(a){b(c[d].shortcode(a).string(),"gallery"===d)})}),e.on("close",function(){e.detach()}),e.open()}},g=_.extend({},f,{state:["gallery-edit"],template:c.template("editor-gallery"),initialize:function(){var a=c.gallery.attachments(this.shortcode,c.view.settings.post.id),b=this.shortcode.attrs.named,d=this;a.more().done(function(){a=a.toJSON(),_.each(a,function(a){a.sizes&&(b.size&&a.sizes[b.size]?a.thumbnail=a.sizes[b.size]:a.sizes.thumbnail?a.thumbnail=a.sizes.thumbnail:a.sizes.full&&(a.thumbnail=a.sizes.full))}),d.render(d.template({verifyHTML:e,attachments:a,columns:b.columns?parseInt(b.columns,10):c.galleryDefaults.columns}))}).fail(function(a,b){d.setError(b)})}}),h=_.extend({},f,{action:"parse-media-shortcode",initialize:function(){var a=this;this.url&&(this.loader=!1,this.shortcode=c.embed.shortcode({url:this.text})),wp.ajax.post(this.action,{post_ID:c.view.settings.post.id,type:this.shortcode.tag,shortcode:this.shortcode.string()}).done(function(b){a.render(b)}).fail(function(b){a.url?(a.ignore=!0,a.removeMarkers()):a.setError(b.message||b.statusText,"admin-media")}),this.getEditors(function(b){b.on("wpview-selected",function(){a.pausePlayers()})})},pausePlayers:function(){this.getNodes(function(a,b,c){var e=d("iframe.wpview-sandbox",c).get(0);e&&(e=e.contentWindow)&&e.mejs&&_.each(e.mejs.players,function(a){try{a.pause()}catch(b){}})})}}),i=_.extend({},h,{action:"parse-embed",edit:function(a,b){var d=c.embed.edit(a,this.url),e=this;this.pausePlayers(),d.state("embed").props.on("change:url",function(a,b){b&&a.get("url")&&(d.state("embed").metadata=a.toJSON())}),d.state("embed").on("select",function(){var a=d.state("embed").metadata;b(e.url?a.url:c.embed.shortcode(a).string())}),d.on("close",function(){d.detach()}),d.open()}}),b.register("gallery",_.extend({},g)),b.register("audio",_.extend({},h,{state:["audio-details"]})),b.register("video",_.extend({},h,{state:["video-details"]})),b.register("playlist",_.extend({},h,{state:["playlist-edit","video-playlist-edit"]})),b.register("embed",_.extend({},i)),b.register("embedURL",_.extend({},i,{match:function(a){var b=/(^|

)(https?:\/\/[^\s"]+?)(<\/p>\s*|$)/gi,c=b.exec(a);if(c)return{index:c.index+c[1].length,content:c[2],options:{url:!0}}}}))}(window,window.wp.mce.views,window.wp.media,window.jQuery); \ No newline at end of file +!function(a,b,c,d){"use strict";var e={},f={};b.mce=b.mce||{},b.mce.views={register:function(a,c){e[a]=b.mce.View.extend(_.extend(c,{type:a}))},unregister:function(a){delete e[a]},get:function(a){return e[a]},unbind:function(){_.each(f,function(a){a.unbind()})},setMarkers:function(a){var b,c,d=[{content:a}],f=this;return _.each(e,function(a,e){c=d.slice(),d=[],_.each(c,function(c){var g,h,i=c.content;if(c.processed)return void d.push(c);for(;i&&(g=a.prototype.match(i));)g.index&&d.push({content:i.substring(0,g.index)}),b=f.createInstance(e,g.content,g.options),h=b.loader?".":b.text,d.push({content:b.ignore?h:'

'+h+"

",processed:!0}),i=i.slice(g.index+g.content.length);i&&d.push({content:i})})}),a=_.pluck(d,"content").join(""),a.replace(/

\s*

")},createInstance:function(a,b,c,d){var e,g,h=this.get(a);return b=tinymce.DOM.decode(b),b.indexOf("[")!==-1&&b.indexOf("]")!==-1&&(b=b.replace(/\[[^\]]+\]/g,function(a){return a.replace(/[\r\n]/g,"")})),!d&&(g=this.getInstance(b))?g:(e=encodeURIComponent(b),c=_.extend(c||{},{text:b,encodedText:e}),f[e]=new h(c))},getInstance:function(a){return"string"==typeof a?f[encodeURIComponent(a)]:f[d(a).attr("data-wpview-text")]},getText:function(a){return decodeURIComponent(d(a).attr("data-wpview-text")||"")},render:function(a){_.each(f,function(b){b.render(null,a)})},update:function(a,b,c,d){var e=this.getInstance(c);e&&e.update(a,b,c,d)},edit:function(a,b){var c=this.getInstance(b);c&&c.edit&&c.edit(c.text,function(d,e){c.update(d,a,b,e)})},remove:function(a,b){var c=this.getInstance(b);c&&c.remove(a,b)}},b.mce.View=function(a){_.extend(this,a),this.initialize()},b.mce.View.extend=Backbone.View.extend,_.extend(b.mce.View.prototype,{content:null,loader:!0,initialize:function(){},getContent:function(){return this.content},render:function(a,b){null!=a&&(this.content=a),a=this.getContent(),(this.loader||a)&&(b&&this.unbind(),this.replaceMarkers(),a?this.setContent(a,function(a,b){d(b).data("rendered",!0),this.bindNode.call(this,a,b)},!!b&&null):this.setLoader())},bindNode:function(){},unbindNode:function(){},unbind:function(){this.getNodes(function(a,b){this.unbindNode.call(this,a,b)},!0)},getEditors:function(a){_.each(tinymce.editors,function(b){b.plugins.wpview&&a.call(this,b)},this)},getNodes:function(a,b){this.getEditors(function(c){var e=this;d(c.getBody()).find('[data-wpview-text="'+e.encodedText+'"]').filter(function(){var a;return null==b||(a=d(this).data("rendered")===!0,b?a:!a)}).each(function(){a.call(e,c,this,this)})})},getMarkers:function(a){this.getEditors(function(b){var c=this;d(b.getBody()).find('[data-wpview-marker="'+this.encodedText+'"]').each(function(){a.call(c,b,this)})})},replaceMarkers:function(){this.getMarkers(function(a,b){var c,e=b===a.selection.getNode();return this.loader||d(b).text()===this.text?(c=a.$('

'),a.$(b).replaceWith(c),void(e&&setTimeout(function(){a.selection.select(c[0]),a.selection.collapse()}))):void a.dom.setAttrib(b,"data-wpview-marker",null)})},removeMarkers:function(){this.getMarkers(function(a,b){a.dom.setAttrib(b,"data-wpview-marker",null)})},setContent:function(a,b,c){_.isObject(a)&&(a.sandbox||a.head||a.body.indexOf("'),c.undoManager.transact(function(){d.innerHTML="",d.appendChild(_.isString(a)?c.dom.createFragment(a):a),c.dom.add(d,"span",{"class":"wpview-end"})}),b&&b.call(this,c,d)},c)},setIframes:function(a,c,e,f){var g=this;this.getNodes(function(f,h){function i(){var a;r||l.contentWindow&&(a=d(l),g.iframeHeight=d(n.body).height(),a.height()!==g.iframeHeight&&(a.height(g.iframeHeight),f.nodeChanged()))}function j(){f.isHidden()||(d(h).data("rendered",null),setTimeout(function(){b.mce.views.render()}))}function k(){p=new o(_.debounce(i,100)),p.observe(n.body,{attributes:!0,childList:!0,subtree:!0})}var l,m,n,o,p,q,r,s=f.dom,t="",u=f.getBody().className||"",v=f.getDoc().getElementsByTagName("head")[0];if(tinymce.each(s.$('link[rel="stylesheet"]',v),function(a){a.href&&a.href.indexOf("skins/lightgray/content.min.css")===-1&&a.href.indexOf("skins/wordpress/wp-content.css")===-1&&(t+=s.getOuterHTML(a))}),g.iframeHeight&&s.add(h,"span",{"data-mce-bogus":1,style:{display:"block",width:"100%",height:g.iframeHeight}},"\u200b"),f.undoManager.transact(function(){h.innerHTML="",l=s.add(h,"iframe",{src:tinymce.Env.ie?'javascript:""':"",frameBorder:"0",allowTransparency:"true",scrolling:"no","class":"wpview-sandbox",style:{width:"100%",display:"block"},height:g.iframeHeight}),s.add(h,"span",{"class":"mce-shim"}),s.add(h,"span",{"class":"wpview-end"})}),l.contentWindow){if(m=l.contentWindow,n=m.document,n.open(),n.write(''+a+t+''+c+""),n.close(),g.iframeHeight&&(r=!0,setTimeout(function(){r=!1,i()},3e3)),d(m).on("load",i).on("unload",j),o=m.MutationObserver||m.WebKitMutationObserver||m.MozMutationObserver)n.body?k():n.addEventListener("DOMContentLoaded",k,!1);else for(q=1;q<6;q++)setTimeout(i,700*q);e&&e.call(g,f,h)}},f)},setLoader:function(a){this.setContent('
')},setError:function(a,b){this.setContent('

'+a+"

")},match:function(a){var b=c.next(this.type,a);if(b)return{index:b.index,content:b.content,options:{shortcode:b.shortcode}}},update:function(a,c,f,g){_.find(e,function(e,h){var i=e.prototype.match(a);if(i)return d(f).data("rendered",!1),c.dom.setAttrib(f,"data-wpview-text",encodeURIComponent(a)),b.mce.views.createInstance(h,a,i.options,g).render(),c.selection.select(f),c.nodeChanged(),c.focus(),!0})},remove:function(a,b){this.unbindNode.call(this,a,b),a.dom.remove(b),a.focus()}})}(window,window.wp,window.wp.shortcode,window.jQuery),function(a,b,c,d){function e(b){var c={};return a.tinymce?!b||b.indexOf("<")===-1&&b.indexOf(">")===-1?b:(j=j||new a.tinymce.html.Schema(c),k=k||new a.tinymce.html.DomParser(c,j),l=l||new a.tinymce.html.Serializer(c,j),l.serialize(k.parse(b,{forced_root_block:!1}))):b.replace(/<[^>]+>/g,"")}var f,g,h,i,j,k,l;f={state:[],edit:function(a,b){var d=this.type,e=c[d].edit(a);this.pausePlayers&&this.pausePlayers(),_.each(this.state,function(a){e.state(a).on("update",function(a){b(c[d].shortcode(a).string(),"gallery"===d)})}),e.on("close",function(){e.detach()}),e.open()}},g=_.extend({},f,{state:["gallery-edit"],template:c.template("editor-gallery"),initialize:function(){var a=c.gallery.attachments(this.shortcode,c.view.settings.post.id),b=this.shortcode.attrs.named,d=this;a.more().done(function(){a=a.toJSON(),_.each(a,function(a){a.sizes&&(b.size&&a.sizes[b.size]?a.thumbnail=a.sizes[b.size]:a.sizes.thumbnail?a.thumbnail=a.sizes.thumbnail:a.sizes.full&&(a.thumbnail=a.sizes.full))}),d.render(d.template({verifyHTML:e,attachments:a,columns:b.columns?parseInt(b.columns,10):c.galleryDefaults.columns}))}).fail(function(a,b){d.setError(b)})}}),h=_.extend({},f,{action:"parse-media-shortcode",initialize:function(){var a=this;this.url&&(this.loader=!1,this.shortcode=c.embed.shortcode({url:this.text})),wp.ajax.post(this.action,{post_ID:c.view.settings.post.id,type:this.shortcode.tag,shortcode:this.shortcode.string()}).done(function(b){a.render(b)}).fail(function(b){a.url?(a.ignore=!0,a.removeMarkers()):a.setError(b.message||b.statusText,"admin-media")}),this.getEditors(function(b){b.on("wpview-selected",function(){a.pausePlayers()})})},pausePlayers:function(){this.getNodes(function(a,b,c){var e=d("iframe.wpview-sandbox",c).get(0);e&&(e=e.contentWindow)&&e.mejs&&_.each(e.mejs.players,function(a){try{a.pause()}catch(b){}})})}}),i=_.extend({},h,{action:"parse-embed",edit:function(a,b){var d=c.embed.edit(a,this.url),e=this;this.pausePlayers(),d.state("embed").props.on("change:url",function(a,b){b&&a.get("url")&&(d.state("embed").metadata=a.toJSON())}),d.state("embed").on("select",function(){var a=d.state("embed").metadata;b(e.url?a.url:c.embed.shortcode(a).string())}),d.on("close",function(){d.detach()}),d.open()}}),b.register("gallery",_.extend({},g)),b.register("audio",_.extend({},h,{state:["audio-details"]})),b.register("video",_.extend({},h,{state:["video-details"]})),b.register("playlist",_.extend({},h,{state:["playlist-edit","video-playlist-edit"]})),b.register("embed",_.extend({},i)),b.register("embedURL",_.extend({},i,{match:function(a){var b=/(^|

)(https?:\/\/[^\s"]+?)(<\/p>\s*|$)/gi,c=b.exec(a);if(c)return{index:c.index+c[1].length,content:c[2],options:{url:!0}}}}))}(window,window.wp.mce.views,window.wp.media,window.jQuery); \ No newline at end of file diff --git a/wp-includes/js/tinymce/plugins/wordpress/plugin.js b/wp-includes/js/tinymce/plugins/wordpress/plugin.js index 20cdcd49ac..08e3cf78c9 100644 --- a/wp-includes/js/tinymce/plugins/wordpress/plugin.js +++ b/wp-includes/js/tinymce/plugins/wordpress/plugin.js @@ -992,7 +992,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) { function hide( event ) { if ( activeToolbar ) { - if ( activeToolbar.tempHide || event.type === 'hide' ) { + if ( activeToolbar.tempHide || event.type === 'hide' || event.type === 'blur' ) { activeToolbar.hide(); activeToolbar = false; } else if ( ( diff --git a/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js b/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js index 57031a689f..edf26776b5 100644 --- a/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js +++ b/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js @@ -1 +1 @@ -!function(a){a.ui.FloatPanel.zIndex=100100,a.PluginManager.add("wordpress",function(b){function c(c){var d,f,i,j=0;f="hide"===c,b.theme.panel&&(i=b.theme.panel.find(".toolbar:not(.menubar)")),!i||i.length<2||"hide"===c&&!i[1].visible()||(!c&&i[1].visible()&&(c="hide"),h(i,function(a,b){b>0&&("hide"===c?(a.hide(),j+=30):(a.show(),j-=30))}),j&&!f&&(a.Env.iOS||(d=b.getContentAreaContainer().firstChild,g.setStyle(d,"height",d.clientHeight+j)),"hide"===c?(setUserSetting("hidetb","0"),e&&e.active(!1)):(setUserSetting("hidetb","1"),e&&e.active(!0))),b.fire("wp-toolbar-toggle"))}function d(){}var e,f,g=a.DOM,h=a.each,i=b.editorManager.i18n.translate,j=window.jQuery,k=window.wp,l=k&&k.editor&&k.editor.autop&&b.getParam("wpautop",!0);return j&&j(document).triggerHandler("tinymce-editor-setup",[b]),b.addButton("wp_adv",{tooltip:"Toolbar Toggle",cmd:"WP_Adv",onPostRender:function(){e=this,e.active("1"===getUserSetting("hidetb"))}}),b.on("PostRender",function(){b.getParam("wordpress_adv_hidden",!0)&&"0"===getUserSetting("hidetb","0")&&c("hide")}),b.addCommand("WP_Adv",function(){c()}),b.on("focus",function(){window.wpActiveEditor=b.id}),b.on("BeforeSetContent",function(b){var c;b.content&&(b.content.indexOf("/g,function(b,d){return''})),b.content.indexOf("")!==-1&&(c=i("Page break"),b.content=b.content.replace(//g,'')),b.load&&"raw"!==b.format&&l&&(b.content=k.editor.autop(b.content)),b.content.indexOf("]*>[\s\S]*?<\/\1>/g,function(b,c){return'<'+c+'>'})))}),b.on("setcontent",function(){b.$("p").each(function(b,c){if(c.innerHTML&&c.innerHTML.length<10){var d=a.trim(c.innerHTML);d&&" "!==d||(c.innerHTML=a.Env.ie&&a.Env.ie<11?"":'
')}})}),b.on("PostProcess",function(a){a.get&&(a.content=a.content.replace(/]+>/g,function(a){var b,c,d="";return a.indexOf('data-wp-more="more"')!==-1?((b=a.match(/data-wp-more-text="([^"]+)"/))&&(d=b[1]),c=""):a.indexOf('data-wp-more="nextpage"')!==-1?c="":a.indexOf("data-wp-preserve")!==-1&&(b=a.match(/ data-wp-preserve="([^"]+)"/))&&(c=decodeURIComponent(b[1])),c||a}))}),b.on("ResolveName",function(a){var c;"IMG"===a.target.nodeName&&(c=b.dom.getAttrib(a.target,"data-wp-more"))&&(a.name=c)}),b.addCommand("WP_More",function(c){var d,e,f,g="wp-more-tag",h=b.dom,j=b.selection.getNode();return c=c||"more",g+=" mce-wp-"+c,f="more"===c?"Read more...":"Next page",f=i(f),e='',"BODY"===j.nodeName||"P"===j.nodeName&&"BODY"===j.parentNode.nodeName?void b.insertContent(e):(d=h.getParent(j,function(a){return!(!a.parentNode||"BODY"!==a.parentNode.nodeName)},b.getBody()),void(d&&("P"===d.nodeName?d.appendChild(h.create("p",null,e).firstChild):h.insertAfter(h.create("p",null,e),d),b.nodeChanged())))}),b.addCommand("WP_Code",function(){b.formatter.toggle("code")}),b.addCommand("WP_Page",function(){b.execCommand("WP_More","nextpage")}),b.addCommand("WP_Help",function(){function c(a,b){var c="",d=0;for(b=b||1,h(a,function(a,b){c+=""+b+""+i(a)+"",d++});d",d++;return c+""}var d,e,f,g,j=i(a.Env.mac?"Ctrl + Alt + letter:":"Shift + Alt + letter:"),k=i(a.Env.mac?"Cmd + letter:":"Ctrl + letter:"),l=[],m=[],n={},o={},p=0,q=0,r=b.settings.wp_shortcut_labels;r&&(h(r,function(a,b){var d;a.indexOf("meta")!==-1?(p++,d=a.replace("meta","").toLowerCase(),d&&(n[d]=b,p%2===0&&(l.push(c(n,2)),n={}))):a.indexOf("access")!==-1&&(q++,d=a.replace("access","").toLowerCase(),d&&(o[d]=b,q%2===0&&(m.push(c(o,2)),o={})))}),p%2>0&&l.push(c(n,2)),q%2>0&&m.push(c(o,2)),d=[i("Letter"),i("Action"),i("Letter"),i("Action")],d=""+d.join("")+"",e='

',e=e+"

"+i("Default shortcuts,")+" "+k+'

'+d+l.join("")+"

"+i("Additional shortcuts,")+" "+j+'

'+d+m.join("")+"
",b.plugins.wptextpattern&&(!a.Env.ie||a.Env.ie>8)&&(e=e+"

"+i("When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.")+'

'+c({"*":"Bullet list","1.":"Numbered list"})+c({"-":"Bullet list","1)":"Numbered list"})+"
",e=e+"

"+i("The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.")+'

'+c({">":"Blockquote"})+c({"##":"Heading 2"})+c({"###":"Heading 3"})+c({"####":"Heading 4"})+c({"#####":"Heading 5"})+c({"######":"Heading 6"})+c({"---":"Horizontal line"})+"
"),e=e+"

"+i("Focus shortcuts:")+'

'+c({"Alt + F8":"Inline toolbar (when an image, link or preview is selected)"})+c({"Alt + F9":"Editor menu (when enabled)"})+c({"Alt + F10":"Editor toolbar"})+c({"Alt + F11":"Elements path"})+"

"+i("To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.")+"

",e+="
",f=b.windowManager.open({title:"Keyboard Shortcuts",items:{type:"container",classes:"wp-help",html:e},buttons:{text:"Close",onclick:"close"}}),f.$el&&(f.$el.find('div[role="application"]').attr("role","document"),g=f.$el.find(".mce-wp-help"),g[0]&&(g.attr("tabindex","0"),g[0].focus(),g.on("keydown",function(a){a.keyCode>=33&&a.keyCode<=40&&a.stopPropagation()}))))}),b.addCommand("WP_Medialib",function(){k&&k.media&&k.media.editor&&k.media.editor.open(b.id)}),b.addButton("wp_more",{tooltip:"Insert Read More tag",onclick:function(){b.execCommand("WP_More","more")}}),b.addButton("wp_page",{tooltip:"Page break",onclick:function(){b.execCommand("WP_More","nextpage")}}),b.addButton("wp_help",{tooltip:"Keyboard Shortcuts",cmd:"WP_Help"}),b.addButton("wp_code",{tooltip:"Code",cmd:"WP_Code",stateSelector:"code"}),k&&k.media&&k.media.editor&&b.addMenuItem("add_media",{text:"Add Media",icon:"wp-media-library",context:"insert",cmd:"WP_Medialib"}),b.addMenuItem("wp_more",{text:"Insert Read More tag",icon:"wp_more",context:"insert",onclick:function(){b.execCommand("WP_More","more")}}),b.addMenuItem("wp_page",{text:"Page break",icon:"wp_page",context:"insert",onclick:function(){b.execCommand("WP_More","nextpage")}}),b.on("BeforeExecCommand",function(c){!a.Env.webkit||"InsertUnorderedList"!==c.command&&"InsertOrderedList"!==c.command||(f||(f=b.dom.create("style",{type:"text/css"},"#tinymce,#tinymce span,#tinymce li,#tinymce li>span,#tinymce p,#tinymce p>span{font:medium sans-serif;color:#000;line-height:normal;}")),b.getDoc().head.appendChild(f))}),b.on("ExecCommand",function(c){a.Env.webkit&&f&&("InsertUnorderedList"===c.command||"InsertOrderedList"===c.command)&&b.dom.remove(f)}),b.on("init",function(){var c=a.Env,d=["mceContentBody"],e=b.getDoc(),f=b.dom;if(c.iOS&&f.addClass(e.documentElement,"ios"),"rtl"===b.getParam("directionality")&&(d.push("rtl"),f.setAttrib(e.documentElement,"dir","rtl")),f.setAttrib(e.documentElement,"lang",b.getParam("wp_lang_attr")),c.ie?9===parseInt(c.ie,10)?d.push("ie9"):8===parseInt(c.ie,10)?d.push("ie8"):c.ie<8&&d.push("ie7"):c.webkit&&d.push("webkit"),d.push("wp-editor"),h(d,function(a){a&&f.addClass(e.body,a)}),b.on("BeforeSetContent",function(a){a.content&&(a.content=a.content.replace(/

\s*<(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)( [^>]*)?>/gi,"<$1$2>").replace(/<\/(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)>\s*<\/p>/gi,""))}),j&&j(document).triggerHandler("tinymce-editor-init",[b]),window.tinyMCEPreInit&&window.tinyMCEPreInit.dragDropUpload&&f.bind(e,"dragstart dragend dragover drop",function(a){j&&j(document).trigger(new j.Event(a))}),b.getParam("wp_paste_filters",!0)&&(b.on("PastePreProcess",function(b){b.content=b.content.replace(/
/gi,""),a.Env.webkit||(b.content=b.content.replace(/(<[^>]+) style="[^"]*"([^>]*>)/gi,"$1$2"),b.content=b.content.replace(/(<[^>]+) data-mce-style=([^>]+>)/gi,"$1 style=$2"))}),b.on("PastePostProcess",function(c){b.$("p",c.node).each(function(a,b){f.isEmpty(b)&&f.remove(b)}),a.isIE&&b.$("a",c.node).find("font, u").each(function(a,b){f.remove(b,!0)})})),b.settings.wp_shortcut_labels&&b.theme.panel){var g={},i="Shift+Alt+",k="Ctrl+";a.Env.mac&&(i="\u2303\u2325",k="\u2318"),h(b.settings.wp_shortcut_labels,function(a,b){g[b]=a.replace("access",i).replace("meta",k)}),h(b.theme.panel.find("button"),function(a){a&&a.settings.tooltip&&g.hasOwnProperty(a.settings.tooltip)&&(a.settings.tooltip=b.translate(a.settings.tooltip)+" ("+g[a.settings.tooltip]+")")}),h(b.theme.panel.find("listbox"),function(a){a&&"Paragraph"===a.settings.text&&h(a.settings.values,function(a){a.text&&g.hasOwnProperty(a.text)&&(a.shortcut="("+g[a.text]+")")})})}}),b.on("SaveContent",function(a){return!b.inline&&b.isHidden()?void(a.content=a.element.value):(a.content=a.content.replace(/

(?:
|\u00a0|\uFEFF| )*<\/p>/g,"

 

"),void(l&&(a.content=k.editor.removep(a.content))))}),b.on("preInit",function(){var c="@[id|accesskey|class|dir|lang|style|tabindex|title|contenteditable|draggable|dropzone|hidden|spellcheck|translate],i,b,script[src|async|defer|type|charset|crossorigin|integrity]";b.schema.addValidElements(c),a.Env.iOS&&(b.settings.height=300),h({c:"JustifyCenter",r:"JustifyRight",l:"JustifyLeft",j:"JustifyFull",q:"mceBlockQuote",u:"InsertUnorderedList",o:"InsertOrderedList",m:"WP_Medialib",z:"WP_Adv",t:"WP_More",d:"Strikethrough",h:"WP_Help",p:"WP_Page",x:"WP_Code"},function(a,c){b.shortcuts.add("access+"+c,"",a)}),b.addShortcut("meta+s","",function(){k&&k.autosave&&k.autosave.server.triggerSave()}),window.getUserSetting("editor_plain_text_paste_warning")>1&&(b.settings.paste_plaintext_inform=!1),a.Env.mac&&a.$(b.iframeElement).attr("title",i("Rich Text Area. Press Control-Option-H for help."))}),b.on("PastePlainTextToggle",function(a){if(a.state===!0){var b=parseInt(window.getUserSetting("editor_plain_text_paste_warning"),10)||0;b<2&&window.setUserSetting("editor_plain_text_paste_warning",++b)}}),b.on("preinit",function(){function c(c,d){function e(){if(!f)return this;var b,c,d=window.pageXOffset||document.documentElement.scrollLeft,e=window.pageYOffset||document.documentElement.scrollTop,h=window.innerWidth,i=window.innerHeight,m=q?q.getBoundingClientRect():{top:0,right:h,bottom:i,left:0,width:h,height:i},n=this.getEl(),o=n.offsetWidth,r=n.clientHeight,s=f.getBoundingClientRect(),t=(s.left+s.right)/2,u=5,v=r+u,w=p?p.getBoundingClientRect().bottom:0,x=j?j.getBoundingClientRect().bottom:0,y=k?i-k.getBoundingClientRect().top:0,z=l?i-l.getBoundingClientRect().top:0,A=Math.max(0,w,x,m.top),B=Math.max(0,y,z,i-m.bottom),C=s.top+m.top-A,D=i-m.top-s.bottom-B,E=i-A-B,F="",G=0,H=0;return C>=E||D>=E?(this.scrolling=!0,this.hide(),this.scrolling=!1,this):(a.Env.iOS&&"IMG"===f.nodeName&&(G=54,H=46),this.bottom?D>=v?(F=" mce-arrow-up",b=s.bottom+m.top+e-H):C>=v&&(F=" mce-arrow-down",b=s.top+m.top+e-r+G):C>=v?(F=" mce-arrow-down",b=s.top+m.top+e-r+G):D>=v&&E/2>s.bottom+m.top-A&&(F=" mce-arrow-up",b=s.bottom+m.top+e-H),"undefined"==typeof b&&(b=e+A+u+H),c=t-o/2+m.left+d,s.left<0||s.right>m.width?c=m.left+d+(m.width-o)/2:o>=h?(F+=" mce-arrow-full",c=0):c<0&&s.left+o>h||c+o>h&&s.right-o<0?c=(h-o)/2:cm.width+m.left+d&&(F+=" mce-arrow-right",c=s.right-o+m.left+d),a.Env.iOS&&"IMG"===f.nodeName&&(F=F.replace(/ ?mce-arrow-(up|down)/g,"")),n.className=n.className.replace(/ ?mce-arrow-[\w]+/g,"")+F,g.setStyles(n,{left:c,top:b}),this)}var i,o,r=[];return h(c,function(a){function c(){var c=b.selection;"bullist"===d&&c.selectorChanged("ul > li",function(b,c){for(var d,e=c.parents.length;e--&&(d=c.parents[e].nodeName,"OL"!==d&&"UL"!=d););a.active(b&&"UL"===d)}),"numlist"===d&&c.selectorChanged("ol > li",function(b,c){for(var d,e=c.parents.length;e--&&(d=c.parents[e].nodeName,"OL"!==d&&"UL"!==d););a.active(b&&"OL"===d)}),a.settings.stateSelector&&c.selectorChanged(a.settings.stateSelector,function(b){a.active(b)},!0),a.settings.disabledStateSelector&&c.selectorChanged(a.settings.disabledStateSelector,function(b){a.disabled(b)})}var d;"|"===a?o=null:m.has(a)?(a={type:a},n.toolbar_items_size&&(a.size=n.toolbar_items_size),r.push(a),o=null):(o||(o={type:"buttongroup",items:[]},r.push(o)),b.buttons[a]&&(d=a,a=b.buttons[d],"function"==typeof a&&(a=a()),a.type=a.type||"button",n.toolbar_items_size&&(a.size=n.toolbar_items_size),a=m.create(a),o.items.push(a),b.initialized?c():b.on("init",c)))}),i=m.create({type:"panel",layout:"stack",classes:"toolbar-grp inline-toolbar-grp",ariaRoot:!0,ariaRemember:!0,items:[{type:"toolbar",layout:"flow",items:r}]}),i.bottom=d,i.on("show",function(){this.reposition()}),i.on("keydown",function(a){27===a.keyCode&&(this.hide(),b.focus())}),b.on("remove",function(){i.remove()}),i.reposition=e,i.hide().renderTo(document.body),i}function d(a){e&&(e.tempHide||"hide"===a.type?(e.hide(),e=!1):"resizewindow"!==a.type&&"scrollwindow"!==a.type&&"resize"!==a.type&&"scroll"!==a.type||e.blockHide||(clearTimeout(i),i=setTimeout(function(){e&&"function"==typeof e.show&&(e.scrolling=!1,e.show())},250),e.scrolling=!0,e.hide()))}var e,f,i,j,k,l,m=a.ui.Factory,n=b.settings,o=b.getContainer(),p=document.getElementById("wpadminbar"),q=document.getElementById(b.id+"_ifr");o&&(j=a.$(".mce-toolbar-grp",o)[0],k=a.$(".mce-statusbar",o)[0]),"content"===b.id&&(l=document.getElementById("post-status-info")),b.shortcuts.add("alt+119","",function(){var a;e&&(a=e.find("toolbar")[0],a&&a.focus(!0))}),b.on("nodechange",function(a){var c=b.selection.isCollapsed(),d={element:a.element,parents:a.parents,collapsed:c};b.fire("wptoolbar",d),f=d.selection||d.element,e&&e!==d.toolbar&&e.hide(),d.toolbar?(e=d.toolbar,e.visible()?e.reposition():e.show()):e=!1}),b.on("focus",function(){e&&e.show()}),b.on("resizewindow scrollwindow",d),b.dom.bind(b.getWin(),"resize scroll",d),b.on("remove",function(){b.off("resizewindow scrollwindow",d),b.dom.unbind(b.getWin(),"resize scroll",d)}),b.on("blur hide",d),b.wp=b.wp||{},b.wp._createToolbar=c},!0),{_showButtons:d,_hideButtons:d,_setEmbed:d,_getEmbed:d}})}(window.tinymce); \ No newline at end of file +!function(a){a.ui.FloatPanel.zIndex=100100,a.PluginManager.add("wordpress",function(b){function c(c){var d,f,i,j=0;f="hide"===c,b.theme.panel&&(i=b.theme.panel.find(".toolbar:not(.menubar)")),!i||i.length<2||"hide"===c&&!i[1].visible()||(!c&&i[1].visible()&&(c="hide"),h(i,function(a,b){b>0&&("hide"===c?(a.hide(),j+=30):(a.show(),j-=30))}),j&&!f&&(a.Env.iOS||(d=b.getContentAreaContainer().firstChild,g.setStyle(d,"height",d.clientHeight+j)),"hide"===c?(setUserSetting("hidetb","0"),e&&e.active(!1)):(setUserSetting("hidetb","1"),e&&e.active(!0))),b.fire("wp-toolbar-toggle"))}function d(){}var e,f,g=a.DOM,h=a.each,i=b.editorManager.i18n.translate,j=window.jQuery,k=window.wp,l=k&&k.editor&&k.editor.autop&&b.getParam("wpautop",!0);return j&&j(document).triggerHandler("tinymce-editor-setup",[b]),b.addButton("wp_adv",{tooltip:"Toolbar Toggle",cmd:"WP_Adv",onPostRender:function(){e=this,e.active("1"===getUserSetting("hidetb"))}}),b.on("PostRender",function(){b.getParam("wordpress_adv_hidden",!0)&&"0"===getUserSetting("hidetb","0")&&c("hide")}),b.addCommand("WP_Adv",function(){c()}),b.on("focus",function(){window.wpActiveEditor=b.id}),b.on("BeforeSetContent",function(b){var c;b.content&&(b.content.indexOf("/g,function(b,d){return''})),b.content.indexOf("")!==-1&&(c=i("Page break"),b.content=b.content.replace(//g,'')),b.load&&"raw"!==b.format&&l&&(b.content=k.editor.autop(b.content)),b.content.indexOf("]*>[\s\S]*?<\/\1>/g,function(b,c){return'<'+c+'>'})))}),b.on("setcontent",function(){b.$("p").each(function(b,c){if(c.innerHTML&&c.innerHTML.length<10){var d=a.trim(c.innerHTML);d&&" "!==d||(c.innerHTML=a.Env.ie&&a.Env.ie<11?"":'
')}})}),b.on("PostProcess",function(a){a.get&&(a.content=a.content.replace(/]+>/g,function(a){var b,c,d="";return a.indexOf('data-wp-more="more"')!==-1?((b=a.match(/data-wp-more-text="([^"]+)"/))&&(d=b[1]),c=""):a.indexOf('data-wp-more="nextpage"')!==-1?c="":a.indexOf("data-wp-preserve")!==-1&&(b=a.match(/ data-wp-preserve="([^"]+)"/))&&(c=decodeURIComponent(b[1])),c||a}))}),b.on("ResolveName",function(a){var c;"IMG"===a.target.nodeName&&(c=b.dom.getAttrib(a.target,"data-wp-more"))&&(a.name=c)}),b.addCommand("WP_More",function(c){var d,e,f,g="wp-more-tag",h=b.dom,j=b.selection.getNode();return c=c||"more",g+=" mce-wp-"+c,f="more"===c?"Read more...":"Next page",f=i(f),e='',"BODY"===j.nodeName||"P"===j.nodeName&&"BODY"===j.parentNode.nodeName?void b.insertContent(e):(d=h.getParent(j,function(a){return!(!a.parentNode||"BODY"!==a.parentNode.nodeName)},b.getBody()),void(d&&("P"===d.nodeName?d.appendChild(h.create("p",null,e).firstChild):h.insertAfter(h.create("p",null,e),d),b.nodeChanged())))}),b.addCommand("WP_Code",function(){b.formatter.toggle("code")}),b.addCommand("WP_Page",function(){b.execCommand("WP_More","nextpage")}),b.addCommand("WP_Help",function(){function c(a,b){var c="",d=0;for(b=b||1,h(a,function(a,b){c+=""+b+""+i(a)+"",d++});d",d++;return c+""}var d,e,f,g,j=i(a.Env.mac?"Ctrl + Alt + letter:":"Shift + Alt + letter:"),k=i(a.Env.mac?"Cmd + letter:":"Ctrl + letter:"),l=[],m=[],n={},o={},p=0,q=0,r=b.settings.wp_shortcut_labels;r&&(h(r,function(a,b){var d;a.indexOf("meta")!==-1?(p++,d=a.replace("meta","").toLowerCase(),d&&(n[d]=b,p%2===0&&(l.push(c(n,2)),n={}))):a.indexOf("access")!==-1&&(q++,d=a.replace("access","").toLowerCase(),d&&(o[d]=b,q%2===0&&(m.push(c(o,2)),o={})))}),p%2>0&&l.push(c(n,2)),q%2>0&&m.push(c(o,2)),d=[i("Letter"),i("Action"),i("Letter"),i("Action")],d=""+d.join("")+"",e='
',e=e+"

"+i("Default shortcuts,")+" "+k+'

'+d+l.join("")+"

"+i("Additional shortcuts,")+" "+j+'

'+d+m.join("")+"
",b.plugins.wptextpattern&&(!a.Env.ie||a.Env.ie>8)&&(e=e+"

"+i("When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.")+'

'+c({"*":"Bullet list","1.":"Numbered list"})+c({"-":"Bullet list","1)":"Numbered list"})+"
",e=e+"

"+i("The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.")+'

'+c({">":"Blockquote"})+c({"##":"Heading 2"})+c({"###":"Heading 3"})+c({"####":"Heading 4"})+c({"#####":"Heading 5"})+c({"######":"Heading 6"})+c({"---":"Horizontal line"})+"
"),e=e+"

"+i("Focus shortcuts:")+'

'+c({"Alt + F8":"Inline toolbar (when an image, link or preview is selected)"})+c({"Alt + F9":"Editor menu (when enabled)"})+c({"Alt + F10":"Editor toolbar"})+c({"Alt + F11":"Elements path"})+"

"+i("To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.")+"

",e+="
",f=b.windowManager.open({title:"Keyboard Shortcuts",items:{type:"container",classes:"wp-help",html:e},buttons:{text:"Close",onclick:"close"}}),f.$el&&(f.$el.find('div[role="application"]').attr("role","document"),g=f.$el.find(".mce-wp-help"),g[0]&&(g.attr("tabindex","0"),g[0].focus(),g.on("keydown",function(a){a.keyCode>=33&&a.keyCode<=40&&a.stopPropagation()}))))}),b.addCommand("WP_Medialib",function(){k&&k.media&&k.media.editor&&k.media.editor.open(b.id)}),b.addButton("wp_more",{tooltip:"Insert Read More tag",onclick:function(){b.execCommand("WP_More","more")}}),b.addButton("wp_page",{tooltip:"Page break",onclick:function(){b.execCommand("WP_More","nextpage")}}),b.addButton("wp_help",{tooltip:"Keyboard Shortcuts",cmd:"WP_Help"}),b.addButton("wp_code",{tooltip:"Code",cmd:"WP_Code",stateSelector:"code"}),k&&k.media&&k.media.editor&&b.addMenuItem("add_media",{text:"Add Media",icon:"wp-media-library",context:"insert",cmd:"WP_Medialib"}),b.addMenuItem("wp_more",{text:"Insert Read More tag",icon:"wp_more",context:"insert",onclick:function(){b.execCommand("WP_More","more")}}),b.addMenuItem("wp_page",{text:"Page break",icon:"wp_page",context:"insert",onclick:function(){b.execCommand("WP_More","nextpage")}}),b.on("BeforeExecCommand",function(c){!a.Env.webkit||"InsertUnorderedList"!==c.command&&"InsertOrderedList"!==c.command||(f||(f=b.dom.create("style",{type:"text/css"},"#tinymce,#tinymce span,#tinymce li,#tinymce li>span,#tinymce p,#tinymce p>span{font:medium sans-serif;color:#000;line-height:normal;}")),b.getDoc().head.appendChild(f))}),b.on("ExecCommand",function(c){a.Env.webkit&&f&&("InsertUnorderedList"===c.command||"InsertOrderedList"===c.command)&&b.dom.remove(f)}),b.on("init",function(){var c=a.Env,d=["mceContentBody"],e=b.getDoc(),f=b.dom;if(c.iOS&&f.addClass(e.documentElement,"ios"),"rtl"===b.getParam("directionality")&&(d.push("rtl"),f.setAttrib(e.documentElement,"dir","rtl")),f.setAttrib(e.documentElement,"lang",b.getParam("wp_lang_attr")),c.ie?9===parseInt(c.ie,10)?d.push("ie9"):8===parseInt(c.ie,10)?d.push("ie8"):c.ie<8&&d.push("ie7"):c.webkit&&d.push("webkit"),d.push("wp-editor"),h(d,function(a){a&&f.addClass(e.body,a)}),b.on("BeforeSetContent",function(a){a.content&&(a.content=a.content.replace(/

\s*<(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)( [^>]*)?>/gi,"<$1$2>").replace(/<\/(p|div|ul|ol|dl|table|blockquote|h[1-6]|fieldset|pre)>\s*<\/p>/gi,""))}),j&&j(document).triggerHandler("tinymce-editor-init",[b]),window.tinyMCEPreInit&&window.tinyMCEPreInit.dragDropUpload&&f.bind(e,"dragstart dragend dragover drop",function(a){j&&j(document).trigger(new j.Event(a))}),b.getParam("wp_paste_filters",!0)&&(b.on("PastePreProcess",function(b){b.content=b.content.replace(/
/gi,""),a.Env.webkit||(b.content=b.content.replace(/(<[^>]+) style="[^"]*"([^>]*>)/gi,"$1$2"),b.content=b.content.replace(/(<[^>]+) data-mce-style=([^>]+>)/gi,"$1 style=$2"))}),b.on("PastePostProcess",function(c){b.$("p",c.node).each(function(a,b){f.isEmpty(b)&&f.remove(b)}),a.isIE&&b.$("a",c.node).find("font, u").each(function(a,b){f.remove(b,!0)})})),b.settings.wp_shortcut_labels&&b.theme.panel){var g={},i="Shift+Alt+",k="Ctrl+";a.Env.mac&&(i="\u2303\u2325",k="\u2318"),h(b.settings.wp_shortcut_labels,function(a,b){g[b]=a.replace("access",i).replace("meta",k)}),h(b.theme.panel.find("button"),function(a){a&&a.settings.tooltip&&g.hasOwnProperty(a.settings.tooltip)&&(a.settings.tooltip=b.translate(a.settings.tooltip)+" ("+g[a.settings.tooltip]+")")}),h(b.theme.panel.find("listbox"),function(a){a&&"Paragraph"===a.settings.text&&h(a.settings.values,function(a){a.text&&g.hasOwnProperty(a.text)&&(a.shortcut="("+g[a.text]+")")})})}}),b.on("SaveContent",function(a){return!b.inline&&b.isHidden()?void(a.content=a.element.value):(a.content=a.content.replace(/

(?:
|\u00a0|\uFEFF| )*<\/p>/g,"

 

"),void(l&&(a.content=k.editor.removep(a.content))))}),b.on("preInit",function(){var c="@[id|accesskey|class|dir|lang|style|tabindex|title|contenteditable|draggable|dropzone|hidden|spellcheck|translate],i,b,script[src|async|defer|type|charset|crossorigin|integrity]";b.schema.addValidElements(c),a.Env.iOS&&(b.settings.height=300),h({c:"JustifyCenter",r:"JustifyRight",l:"JustifyLeft",j:"JustifyFull",q:"mceBlockQuote",u:"InsertUnorderedList",o:"InsertOrderedList",m:"WP_Medialib",z:"WP_Adv",t:"WP_More",d:"Strikethrough",h:"WP_Help",p:"WP_Page",x:"WP_Code"},function(a,c){b.shortcuts.add("access+"+c,"",a)}),b.addShortcut("meta+s","",function(){k&&k.autosave&&k.autosave.server.triggerSave()}),window.getUserSetting("editor_plain_text_paste_warning")>1&&(b.settings.paste_plaintext_inform=!1),a.Env.mac&&a.$(b.iframeElement).attr("title",i("Rich Text Area. Press Control-Option-H for help."))}),b.on("PastePlainTextToggle",function(a){if(a.state===!0){var b=parseInt(window.getUserSetting("editor_plain_text_paste_warning"),10)||0;b<2&&window.setUserSetting("editor_plain_text_paste_warning",++b)}}),b.on("preinit",function(){function c(c,d){function e(){if(!f)return this;var b,c,d=window.pageXOffset||document.documentElement.scrollLeft,e=window.pageYOffset||document.documentElement.scrollTop,h=window.innerWidth,i=window.innerHeight,m=q?q.getBoundingClientRect():{top:0,right:h,bottom:i,left:0,width:h,height:i},n=this.getEl(),o=n.offsetWidth,r=n.clientHeight,s=f.getBoundingClientRect(),t=(s.left+s.right)/2,u=5,v=r+u,w=p?p.getBoundingClientRect().bottom:0,x=j?j.getBoundingClientRect().bottom:0,y=k?i-k.getBoundingClientRect().top:0,z=l?i-l.getBoundingClientRect().top:0,A=Math.max(0,w,x,m.top),B=Math.max(0,y,z,i-m.bottom),C=s.top+m.top-A,D=i-m.top-s.bottom-B,E=i-A-B,F="",G=0,H=0;return C>=E||D>=E?(this.scrolling=!0,this.hide(),this.scrolling=!1,this):(a.Env.iOS&&"IMG"===f.nodeName&&(G=54,H=46),this.bottom?D>=v?(F=" mce-arrow-up",b=s.bottom+m.top+e-H):C>=v&&(F=" mce-arrow-down",b=s.top+m.top+e-r+G):C>=v?(F=" mce-arrow-down",b=s.top+m.top+e-r+G):D>=v&&E/2>s.bottom+m.top-A&&(F=" mce-arrow-up",b=s.bottom+m.top+e-H),"undefined"==typeof b&&(b=e+A+u+H),c=t-o/2+m.left+d,s.left<0||s.right>m.width?c=m.left+d+(m.width-o)/2:o>=h?(F+=" mce-arrow-full",c=0):c<0&&s.left+o>h||c+o>h&&s.right-o<0?c=(h-o)/2:cm.width+m.left+d&&(F+=" mce-arrow-right",c=s.right-o+m.left+d),a.Env.iOS&&"IMG"===f.nodeName&&(F=F.replace(/ ?mce-arrow-(up|down)/g,"")),n.className=n.className.replace(/ ?mce-arrow-[\w]+/g,"")+F,g.setStyles(n,{left:c,top:b}),this)}var i,o,r=[];return h(c,function(a){function c(){var c=b.selection;"bullist"===d&&c.selectorChanged("ul > li",function(b,c){for(var d,e=c.parents.length;e--&&(d=c.parents[e].nodeName,"OL"!==d&&"UL"!=d););a.active(b&&"UL"===d)}),"numlist"===d&&c.selectorChanged("ol > li",function(b,c){for(var d,e=c.parents.length;e--&&(d=c.parents[e].nodeName,"OL"!==d&&"UL"!==d););a.active(b&&"OL"===d)}),a.settings.stateSelector&&c.selectorChanged(a.settings.stateSelector,function(b){a.active(b)},!0),a.settings.disabledStateSelector&&c.selectorChanged(a.settings.disabledStateSelector,function(b){a.disabled(b)})}var d;"|"===a?o=null:m.has(a)?(a={type:a},n.toolbar_items_size&&(a.size=n.toolbar_items_size),r.push(a),o=null):(o||(o={type:"buttongroup",items:[]},r.push(o)),b.buttons[a]&&(d=a,a=b.buttons[d],"function"==typeof a&&(a=a()),a.type=a.type||"button",n.toolbar_items_size&&(a.size=n.toolbar_items_size),a=m.create(a),o.items.push(a),b.initialized?c():b.on("init",c)))}),i=m.create({type:"panel",layout:"stack",classes:"toolbar-grp inline-toolbar-grp",ariaRoot:!0,ariaRemember:!0,items:[{type:"toolbar",layout:"flow",items:r}]}),i.bottom=d,i.on("show",function(){this.reposition()}),i.on("keydown",function(a){27===a.keyCode&&(this.hide(),b.focus())}),b.on("remove",function(){i.remove()}),i.reposition=e,i.hide().renderTo(document.body),i}function d(a){e&&(e.tempHide||"hide"===a.type||"blur"===a.type?(e.hide(),e=!1):"resizewindow"!==a.type&&"scrollwindow"!==a.type&&"resize"!==a.type&&"scroll"!==a.type||e.blockHide||(clearTimeout(i),i=setTimeout(function(){e&&"function"==typeof e.show&&(e.scrolling=!1,e.show())},250),e.scrolling=!0,e.hide()))}var e,f,i,j,k,l,m=a.ui.Factory,n=b.settings,o=b.getContainer(),p=document.getElementById("wpadminbar"),q=document.getElementById(b.id+"_ifr");o&&(j=a.$(".mce-toolbar-grp",o)[0],k=a.$(".mce-statusbar",o)[0]),"content"===b.id&&(l=document.getElementById("post-status-info")),b.shortcuts.add("alt+119","",function(){var a;e&&(a=e.find("toolbar")[0],a&&a.focus(!0))}),b.on("nodechange",function(a){var c=b.selection.isCollapsed(),d={element:a.element,parents:a.parents,collapsed:c};b.fire("wptoolbar",d),f=d.selection||d.element,e&&e!==d.toolbar&&e.hide(),d.toolbar?(e=d.toolbar,e.visible()?e.reposition():e.show()):e=!1}),b.on("focus",function(){e&&e.show()}),b.on("resizewindow scrollwindow",d),b.dom.bind(b.getWin(),"resize scroll",d),b.on("remove",function(){b.off("resizewindow scrollwindow",d),b.dom.unbind(b.getWin(),"resize scroll",d)}),b.on("blur hide",d),b.wp=b.wp||{},b.wp._createToolbar=c},!0),{_showButtons:d,_hideButtons:d,_setEmbed:d,_getEmbed:d}})}(window.tinymce); \ No newline at end of file diff --git a/wp-includes/js/tinymce/wp-tinymce.js.gz b/wp-includes/js/tinymce/wp-tinymce.js.gz index f4e2d3275b3e85ec6d6ed7766df6d1011b62d1df..4fb02aeae00093cf118a332da0ade18b772f7713 100644 GIT binary patch delta 11749 zcmVw(BLYbbd(}i#CO4{R>AI9`9}1y+do^<3bX_bA=VPW2l@jpVOSh zbA)|{QQftYQMHYUE`g*WpR|*kPT|02j)W9yt+c3x_%u@*Jm7FK>LU>j zacWPPv@Sv?>4z{YJPNy+b6T{`8f;@f-QqFDes_}BIvt9=S9A88nCP0=vAiPx%n>kH zeWbFhj605+zJ&Arnrhb5yDKv7#+g#%lST@-gn0IHzS&&g@Kf_lf35`OKo=!K3tU4Q zefgs@c1c5cuw~XGLZ#ACpW^q>{D#wnZz*wTOMIJeEV~R!XTBbi%l^u%rb_z-ig0Xf z6~Qpjh-KLn8)G|_misI7U^}iSg*3NjL@=?ErP!yw!byNpF&|~&l*s6L_$ge3%Wy?J zxrN{Wo$fh@q5 zPU@X`gc6W!pDMD^K@Jf@QP$#?Om<<*ihKgtgR&aT&nduzf89BiRKdzTjV_e9MtKD% zL_gA>IsSaYp9TIb@nyC5?Tb=f)8ifMhXXH7gV22)e=)DiUz%54zq}~TtMJ}L=D*K zVO;oT+vm}>67o$DO=uOXd9p8Evm3hufxLmMu_YpnL*_KA$uL~Raih`I+1d%5hvBhe z9asYnUybEVyp>om#5O9U+hq9XpMxrsPmIySZJ(&nf6PU%YQ=F=V|d3}ah5WNs5nTz zmf+P=w05Y7nSN&kwWzg#KpdcHM`7POB~?4+QvJH74hDa@t$jX&cP-!kwrsgNV@``v z0J*rv-WZ#UN6ZGqN#g!K`;l!kAKjNwCI$*59n z(#&xvD#YUgva#9h$q%N@i{DK>+74x=NNf{=zpTX$G^(Y?@rL2J?zmN==mQ;ynWQ8FsIkpJmfe>ujB!sgQ_4 zv-Ypqx;BZgYVmkEt6j!)$gXBJm5t5%v6Ig~p~sDN-jI3~MBj3hWvk`^k(6u)&xcf$ zMlwDKyE+UFb&&j##*hse||AY)cr-4(9uDI^!rj8tpZFc&joiqvPT4s zSWS(gcreK^USp?rHn1EJGA-z%-56n()5iFC*(iclVp2+21dxn0=_?x~kW@POHh%x}a@uR8Fhj zsc2$&E1RizM9Fw)$HnEW2#L^9y~6zXn}Mq@=U8^^E%YsXviWEyo7{I?q+JjBe&|)X zb;EY}*1QU6B5*k9eqs82j~=wNf5`VvN`^qEMeL>oB1iTwXKQN}=+MpXIXFnBJGH)L z*w}49ogW9?-U#(mu@1)l%Wuw@RZVBllRAIWs zk$40lW)XNQ(I5zU8l4)4w1Ts!H*JP4F|T2nPrVYG zY%$cQ;a3~U9AYSBe1>OK8%qTR7rp>(bpD}eH`;OXV-wGh>t$gvUj z#E7?xcxXDukcrrb)2p<*Ja&GxPrZ}4@o(BldB71G&EBJ0QYZoX*7<4|>~3$hk&7X; zmUeez)k8;`GQJyj;VCtCYr)H)r z*dJ>-pP z0n)m6q7TkftTk(xY3V9|Q~QW-9b?6}LThl4ivj291yH>hH76-{f^MM!vGBLfALk;{f5~U-sIL0FW4JT3SV=t}WYZce{ zHPIb$G6K6p zy%32vsDaW8CFKc1e{Ui|lCVe31(oB1dU_NnRM9C2`FPBhjW{E@SnJz!``h#4+wIkxro2)_qRr5ht>4zkr*fjy@ABfeHvJ0R1>`sFmvAa5m#8)Zx_Sy>)m* z-dP|2qK?uhf_!E^qT{8UW08%`>tdis#q85dTY_(0Xv7_YmxSf`bL|AV7mG3V2abwp zf4&=8{Ab@KpDg%BlX$EWyZyF5A-ZVyoA1s1`PVnFaAO}28u^JepRt5gR*{uy z;lrvg$DIUXth$0a?2%hSE)3Q*PYk4jxTw0 z6J8a*$T-73fiq$WgNO@o^I^coaGdv`Iljh*q4L#s3TdgUC)x+P4ZJ~AvbCqWe|k@~ zon|HOKG9A4hTXn5^zAo6*R-$ecF;Z&7D4;UI5^rb_FxmO3!v%o$I+Dqkq3f+fex=6 zJi2~320Yo7!2^grs>11o$}i5({+O7faP0Wt_p#LqReDijQ!||6)c)58#(rw|i|x|& z&Ch65{D$2@X)AO+>v3zN$jq)If4%E`we4v6FkJ`!!e)=X`nqU@SppD+!ZsYmm)})O z3ciV>UlwG>lBEGlVeuzje->R87vR{w(ZdN0N%igLEUQ^~O+BBR1)YV=?6)w|V4&xAl-@f4GaRO7gJ0 zOY(51(809E7CyjTw^;pY4#aUiB1T|x6Xry_o;w?A5CZ5n=$`M~Di`5-&>r0KdLZZ4 zg?4LBS53E1f!b#P`8?;Xs~o1!c_XW1;2h|D6DFRoEO<%Wf4k~F$F!Z7kTgP5;sgMg zN@^QkMxWKWN{9K9Nr*3Ye-b@k?(cu0`oBb9taaY~?zDMdBygAJKL4Vx_)?h?DpIG> z1+!F1^zmE+*T8>&xxZgZFkb%3i>)oU;d-9N@U6U7sc{I$Lp{qHsjOH87q$*#>wcrtqPXHZ zfb)fq4}+Q)n74lAf2T1ED{y}S8|Z!BhibJOTXwkWymd0*hG)FE*?M{FH>FGf@2tvI zT(O~@L0j|s;xS^O+$4+xY9;iyc2H@BKr5wV_b9U2jY0bIf2wA+b4|Sf+^gMEt>mw$ z`23cN=l(U5A?&f`J;TqMc&l-;fKcieiE>BhSK^ea-Y5?>Bj#%(1|mN(0NqVkVIToA zpPHKakJwvjtN-x-Hofof?l)IM>_sZbV1=krpsg?G+{8CXF<$aOVwK7d!z1{O{!Z7F z!jCntj)I*be?P=;n!Sugar?%sPwS}A(ryDGZY|`F+ROdyn+Pwh zUZ3Cjn8%IG*+v|Adwmmpyx_Ru+Yp@n6e`mF z6Ftpl`FWv}q!*i$sMeX2CSp-{*OYeeX;7GTSuO*%e>_Q_tMS$p!J^ruf=Z6Hmq0W| zv5TD+Tavt*t&#VN? z>q+#rf9y@y-E&MM9@vZ6TNxOXrtaobnC+YPOhcjpp92wkUr^t2O${w?Od# zNfQpn*_ZZFIAt2_a$fLQ`Ba(wK0XX5YdRBQ1OyWtF-yiT#`|e|+`gLr623AZ)mW^W zfT8Cn6Bzao`V4DxyvZ)PfOpwoku66Rt~_Dde_>TiabC%kh9$mG;xH(~)k~4m`;H(R zUnzrfk?#<%SwA|2eyW=?W7zf{9sbP|Y$dU;PPG1jC^TnRn`wE!?oXT*~=zr?Q;=?kLQF5oN?U3`s7u-EGT_q2jeoxTxB2eyLn-jQ8@rRwk^ z8WFomtRG|s=QJ!z_SLrq1Lxp&Q)dyKZ>^v3qN^0LyCv@_yT`GGSP`e?B53>P#SO=I zko9bI&04A{+U9!Df{>{qqjjC~1*9)kf80C)tSct)QJ6p+VSVkCWXA0FvP5Llo1&VHM+D~Q>V({Hr^nTmL5O4XNT zDN~lE96&60ULlsNj>Tc8w$BmvL?kz3>MIrapGamdT!{?U-klPeVG#P6vq-f>e-{J*h+ zhlt5AuGoUb9zD2Yd9uyKx2{oYf6QAK&Z9eMZ?8ry63J*yy#KWe{PvX`eiaQD-m*sB z0!)CNYNIg>lg44+{q2w~33(v=?JGC1ZyMYxxQ1tP2`QL5_qvbHm9&QaCjISO$rix` z-C`*R?c2AWmYtS1oe`;)htVNt45f*7RuVI1GG+d-3@Qn<^zQ4Ge*>yy1tqjg zpPl}<^w~Fs=3fU~bDxio4zbJ%R!IBuOqPj2rAe3Eanqbmvd!t(|2lTOpfn?6Jl5K z2bnlr2KKnlcLU1ywU?O9*Hm3U+uKBtJ@4`571rW)n$N=8XX0b&AF)~wYd|zf!I3Y|Tc=wAJ6~PXrwfT}!9%+38n#2-wV%Zh8e-fKbVwp;Gm88eM z*kcE?y$^7Uq%4|+2Dl`hP1LD%kH5LCy^fd}VcFh^t$>wkt>G;Jv-L&kjU_lKHSGqV zJz98j7b1R@9UlW4bH?yoZ58-mL5^?7i^B%Y8P7eno`|$Ej}n`52SGE6&fT5lUOCs5 zRl)%|FqXp@5=vF^f1vnEM!=2N6IRUtUD}Gg5$+wK8#BilYzAhM{b%Bk>B+!@~{n!fBhh|PuWj?QVp@TLw0L3 zi1lF=3AVKaSe#}gAgcFW&`8G_>Y1CEj)S-eA%s*P2HWu|Q$u7!KwI zfkP**kTotWf2tv0V>(3*S`*s^4x-yhk=rA{a-7PHx=;?uNW7i*;)Q#0ck?o*#Wt5a z$nz|$AjF3iJ2Imk8FcgxR73sZBnc!|MC9qv*#}*bgDi6-iz0Nl8I@Go1J4Pv-7;<7`x|sG=U7S_L0T6t}fX1JBux1z*D*7 zLUOTY!HpXh*$b85YOp(}?NJ-j4YVUGV$?{T$YZ;+7{s>gt?JvV`W+6uZ7M1(6^}Hi zf1vnD8Aiw9HJwOk5zK%}=H3dlyAu~-TrT(87ibmHz6- z+3aExFD`(xiJphW2mL12;D?#Xk|cr`3vYi zw1v6&X%owO+&BuyQ5kKIvMNo3%2<2zf1&oc*Yta7(9&+pdwV{R_fC#ZkB_h!I(;-! z4b5KCT(0Ny*@7-b+MtW8)reUpf80$q;kGUXvU%|E$VIjs`f0VDNYK8({cKZ!wTc2q zk)aO_`s9uF_0OmCwRVx5_%)Dvk3i4Ig|f@uwZ%SffXW z&umPW4h?aI0Yy|{K!JTo&Nzs}SluOb{QzwvSz z#^W(<)NjFEP@n8XU8q#__DMeAyIN>+kPg z6E`_01{Icv@Cb*O<#Lh0(%PoSnLH3u==~yb{lZyL0nl^AO{^W%W4zY0f5k6RTHmA= z_fn*;rCQak#9SD!IcCO6V7m6;IsJnN(7SB-^2^+(DvJe6Bs45K87#T01|iM12LUej zaH*{JE}zpM+%^K4y9C?tbsW?LAypM&^O*!$eip;h#OhJu4^P*!;&}TgfnRe~#EL1ool#J6nw2_qF5Gpy>oLC{Y8Vr<^Y1@XqcAY7~JFx~D=>WG_*-lSW- z!F$vGw7g(__!EPQH)&tPRx|5R#Jfj;?%TIt!j|4esJ-I%ooqJW?ZRdk_j+o_#(}k_Lx)9P;|R)Ula~(9SYw9VgotGH?w59j z$g`urz+%_X@Nl8;hy7bl$v(JR3#;HGo%y5HYQF5YgKn=Se@H=>m%V1tRk}71w}zYO z(hk^Dm}}x@5XYNp%EC zJbdsN=x&mpe+HtfvZEwHCca#;hmw|$vF~$eI>CGbd=NztZr1f{@HEw{`oFN6g=0E? z%Kz3l1O(fOdNmfygP?Kf93q*lfQiC%)M(+>W()orXmZOeUL+$gKy|IEqLmR$nlGvB zt2S#diuzh=Qygq>idY3!*dA2TB1G{`I4pf*k*ln+f4sGTfWODEgF~w}#;^L=Rxffv z9kk|3xFur07M)jz##X?feSkM zSU9^-e~BxUA;3NVK-$48RcsSa50n9?7`jzhk_8SRKsz9W10F>h663q|5B+Z_g zIXF<4TV?+aAY9-yLc~nO z0n_UCkayB*N@vP0|9eN_Uh5<7!7U(1P201r88J-;{Lm6s*Ga{^ z6}dv`Sr9IKJM66Yr$i@gGgc?QsSzDm>u1@tCfc|xtr3ySz@(%2b5`TxmIeeBEv@A% ze*krQz-3s#&&JaMN(@$z06u7vL10P4Swxhng<|jVu26eyJLK3j9y7=^y z`zgI^oz|%W{@1^^>9qpNMGK;eVAYZmex+*_6m-8&X=vF1#hb>(;K(aQr z4!gobGDI$Ftq4dFTo0rEE;l6EM2dI}O-kWP#E;sS2q#2GE`Z`|CEhg83=Qg?c5WRX zTxKkQQXm`Z)ATdcn&8n!m2HkWSiqWZ`cFD}CC?F+2EcX&hPh&9QU z-!h+e(kCid&`zqaAoeA3F8s=Drw6h~%0{rk)?m7uschpIVL!3FPm=FhYOjt1$qVo(Dje1cyw***@4Cug2NxIo2&|O^wH|I?zQ@K;FRY(rmw=ukt(hXE}bf ziZC5>>?^ZZcV&}6(^d9cv#Sw}qLn$t(6`HfM+ve6elF z`I}M|di+!+`myA=Zr7l)=z@ODrfW#wt6K}M>#sI7WI+=O5UR-w>AHoJ%ZJ%>^#+HJ zj{OYQ6&bb!S(fj(5?v9;vn@aAy{{7y)7cqw48iJnqwZjVf`ILje^MKLQ>(T-2J}-K zGiCHcO_=&$d2Gs2Ac7%Z;aHTFP*z|ygfOpEf)=v8tdQk}V(;3w zzemg{?LrhB>Vfj=#=+LN5rYwD(Uszt)oAinpTNWvB*!y_Sp$1b9Y^uNRE$>ZmE`z?JHGr z0mu5c6jlZ8-Cxb7nS69}Q$7GdH>_gWGiM@P2c;5KuFR=_@N}Hlh$+Y-Zzi_yOTJ$RYIcau~0r~T!;!*4Bdy#QS`2IE=0Qo-7fQ7l5Q zLP92m>C!*Ucyp`8bd6TFJ!(#W#t0B<16xh>K!Pn-`juIDg*hIl(?QFak?y!%<|$*c z7M8y_T&n|?3X3oMntAiRty7d$p>7RYr?53;e?`?=ovY;AZtrx{Fc8!ibQJ>;IQN8B z)hVt1gecW=`*{VZ!^PUCMs2M3`Aty-M@n{3Q&isRxwgN}Us0IGI=!oxK-)71V5lUlQ6fx-f zeo1Fb? zcx4XzxU1-0AZ&^Sy|oHDm^CNNbro# znBL|R;OJ|2An!DKC%w~Nt9RYI>G{2&cfVKfb$iWTulKQcueUj6q@UiseGk@STf*We z;9)9t$5s<}dLEPmOI<`I6KptV0I&I?>>o1GNxyMuPl#B@`}+?W1|IUp4;%=3Y~xGq z?@y#Y1SJ*}DrKHA0f4efQ`RMuf5s7v?^vxn3rjTWoNvrD8|M?c;1{YKn4Ku~KOoc0 zYmv|txm69&n%I_|p5MG55Rq5+nsxr?9*3)#DwXz#qb}ybbrvBylCJ>b-C2s1xJ4VU~=H8M285T&ctHzbyl7!vI5A%_4+l_MA00vL^vrWKm^ewajQndD=z7_7J?fQg6SVaGJf_=z^N0hYyP z?gT`uap2Ly&m7HUm$ts^&HqsBh)b^gD5dKpw*`i!f3qE@IU!1Qe^`AQjiO=cH0sbg z9ncP?YDX+}8aY8N=#eo|)NwM|B8&%-M)$(Wj6KCeGuYoB+J_u$Ua=e0qS02?e`!mM z+*NIt8zzN<2ck<6x|sbf4H5m3t4!HI`})2Mxzq|h4N%_Dh2Raf5@b>-V4@CoWywSFilaQ z3UC&g#r=KjK`Y}*-w7aG6tV7IpfUnRPvTktvMQUm?BWC)>%TJbnL1ax{`Q%Zxo6H; zlL=~(I44_}`_3(@8mt!)DEX{e#7srV8XI`cezG?UA`a?me{WrKrf{^gdrN_pfw>*uq_n7FjSxVqDJ{a7J9G{^f=>7fiD4jpaxGKeZhbtt z-#DdvR47l;!~8y-Er>77(qAA?xe1HRM<>mooclLB?`a4cMgSS879RPw_uY52K9srK z2(rB5h5hECfBVLM^?m7;{q9luo&EB$_42q#X9?t|^=y?n{qq~a^~3PyUMo~{NF^-L zt64NQf#FZC%{AHf{@E~mVN+ci}gKmp=nX)55NepDOEc5 zsEbYDZZ`b(tHdKP^Vo@gLg$rM6TKy_2MWPhV14ase;JFSOUGZ^P3NZk`0QP`?+>ka z$KU@Q0g8&}=*f}Qlc&*>hv2PY(Rd>ox?K)tg*xdQ85FSnw{s>t*alHI+3GmQ;IcYi zX5xDB#Gx*zYzbKHVkK@$x0%Q*52l-{;{pcMw*Mh2Zs1fX9JK^}%cyW~{~!6P{2Fpwa0;>SXf6c!g%(kNmR>cO^KPgO z%o0)g+D|MrHAE;Br|~7=h0W8ee2f#~L;(t(f8J=|WHsraES_>9k_JIvh?~QLaFv#jDt7MEnYy?o_!z ze-y(;3?to`_bmg>-upTw+-n)nU*p-sm7wS?vv8nU?4_H{9^I9+bl0z5zIxSLA09qC zJf)Jfk2FJ-u9UP1hQbQ`D7650>C!H25$rzGX#L82Wob3(#tiAM!PG;-@!j%O9*?1R z__WR!7tkj$GPSbRc&P$*-)X&F2q+)waD?yeiLyjo&5qv$bC$2FgGucUY)fBUt2*s{v^T>=mdKDWD+w zhKu8stkqVrz#fEX0=I)XD{c@C_aAWIOyzMYk0NTI#B22)vDMqw!)+J}LFfMmExKM= H*JcO+pq)wI delta 11745 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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 0ccccb2c03..f8f6e85697 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40480'; +$wp_version = '4.8-alpha-40481'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.