-
diff --git src/js/_enqueues/admin/comment.js src/js/_enqueues/admin/comment.js
index 6308d8e..1ed7c55 100644
|
|
|
| 1 | /* @output wp-admin/js/comment.js */ |
| 2 | |
1 | 3 | /* global postboxes, commentL10n */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/admin/common.js src/js/_enqueues/admin/common.js
index 394648b..aba2b66 100644
|
|
|
| 1 | /* @output wp-admin/js/common.js */ |
| 2 | |
1 | 3 | /* global setUserSetting, ajaxurl, commonL10n, alert, confirm, pagenow */ |
2 | 4 | var showNotice, adminMenu, columns, validateForm, screenMeta; |
3 | 5 | |
-
diff --git src/js/_enqueues/admin/custom-background.js src/js/_enqueues/admin/custom-background.js
index 472ff32..bdca475 100644
|
|
|
| 1 | /* @output wp-admin/js/custom-background.js */ |
| 2 | |
1 | 3 | /* global ajaxurl */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/admin/custom-header.js src/js/_enqueues/admin/custom-header.js
index 01a3d36..771e9d8 100644
|
|
|
| 1 | /* @output wp-admin/js/custom-header.js */ |
| 2 | |
1 | 3 | /* global isRtl */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/admin/edit-comments.js src/js/_enqueues/admin/edit-comments.js
index 0b0d084..e2371a2 100644
|
|
|
| 1 | /* @output wp-admin/js/edit-comments.js */ |
| 2 | |
1 | 3 | /* global adminCommentsL10n, thousandsSeparator, list_args, QTags, ajaxurl, wpAjax */ |
2 | 4 | var setCommentsList, theList, theExtraList, commentReply; |
3 | 5 | |
-
diff --git src/js/_enqueues/admin/inline-edit-post.js src/js/_enqueues/admin/inline-edit-post.js
index 665f3fe..8bc7d37 100644
|
|
|
1 | | /* global inlineEditL10n, ajaxurl, typenow */ |
2 | 1 | /** |
3 | 2 | * This file contains the functions needed for the inline editing of posts. |
4 | 3 | * |
5 | 4 | * @since 2.7.0 |
| 5 | * @output wp-admin/js/inline-edit-post.js |
6 | 6 | */ |
7 | 7 | |
| 8 | /* global inlineEditL10n, ajaxurl, typenow */ |
| 9 | |
8 | 10 | window.wp = window.wp || {}; |
9 | 11 | |
10 | 12 | /** |
-
diff --git src/js/_enqueues/admin/inline-edit-tax.js src/js/_enqueues/admin/inline-edit-tax.js
index b9a8e2f..d589135 100644
|
|
|
1 | | /* global inlineEditL10n, ajaxurl */ |
2 | 1 | /** |
3 | 2 | * This file is used on the term overview page to power quick-editing terms. |
| 3 | * |
| 4 | * @output wp-admin/js/inline-edit-tax.js |
4 | 5 | */ |
5 | 6 | |
| 7 | /* global inlineEditL10n, ajaxurl */ |
| 8 | |
6 | 9 | window.wp = window.wp || {}; |
7 | 10 | |
8 | 11 | /** |
-
diff --git src/js/_enqueues/admin/link.js src/js/_enqueues/admin/link.js
index 0eb384e..b9616c9 100644
|
|
|
| 1 | /* @output wp-admin/js/link.js */ |
| 2 | |
1 | 3 | /* global postboxes, deleteUserSetting, setUserSetting, getUserSetting */ |
2 | 4 | |
3 | 5 | jQuery(document).ready( function($) { |
-
diff --git src/js/_enqueues/admin/media-upload.js src/js/_enqueues/admin/media-upload.js
index b7171a3..136b0e4 100644
|
|
|
1 | | /* global tinymce, QTags */ |
2 | | |
3 | 1 | /** |
4 | 2 | * Contains global functions for the media upload within the post edit screen. |
5 | 3 | * |
… |
… |
|
9 | 7 | * |
10 | 8 | * @file |
11 | 9 | * @since 2.5.0 |
| 10 | * @output wp-admin/js/media-upload.js |
12 | 11 | * |
13 | 12 | * @requires jQuery |
14 | 13 | */ |
15 | 14 | |
| 15 | /* global tinymce, QTags */ |
| 16 | |
16 | 17 | var wpActiveEditor, send_to_editor; |
17 | 18 | |
18 | 19 | /** |
-
diff --git src/js/_enqueues/admin/media.js src/js/_enqueues/admin/media.js
index 3a87726..68a9b75 100644
|
|
|
1 | | /* global ajaxurl, attachMediaBoxL10n, _wpMediaGridSettings, showNotice */ |
2 | | |
3 | 1 | /** |
4 | 2 | * Creates a dialog containing posts that can have a particular media attached |
5 | 3 | * to it. |
6 | 4 | * |
7 | 5 | * @since 2.7.0 |
| 6 | * @output wp-admin/js/media.js |
8 | 7 | * |
9 | 8 | * @namespace findPosts |
10 | 9 | * |
11 | 10 | * @requires jQuery |
12 | 11 | */ |
| 12 | |
| 13 | /* global ajaxurl, attachMediaBoxL10n, _wpMediaGridSettings, showNotice */ |
| 14 | |
13 | 15 | var findPosts; |
14 | 16 | |
15 | 17 | ( function( $ ){ |
-
diff --git src/js/_enqueues/admin/plugin-install.js src/js/_enqueues/admin/plugin-install.js
index f2a0965..1a2cf17 100644
|
|
|
1 | | /* global plugininstallL10n, tb_click, tb_remove */ |
2 | | |
3 | 1 | /** |
4 | 2 | * @file Functionality for the plugin install screens. |
| 3 | * |
| 4 | * @output wp-admin/js/plugin-install.js |
5 | 5 | */ |
| 6 | |
| 7 | /* global plugininstallL10n, tb_click, tb_remove */ |
6 | 8 | var tb_position; |
7 | 9 | jQuery( document ).ready( function( $ ) { |
8 | 10 | |
-
diff --git src/js/_enqueues/admin/post.js src/js/_enqueues/admin/post.js
index 74f6f39..18f6907 100644
|
|
|
1 | | /* global postL10n, ajaxurl, wpAjax, setPostThumbnailL10n, postboxes, pagenow, tinymce, alert, deleteUserSetting */ |
2 | | /* global theList:true, theExtraList:true, getUserSetting, setUserSetting, commentReply */ |
3 | | |
4 | 1 | /** |
5 | 2 | * @file Contains all dynamic functionality needed on post and term pages. |
| 3 | * |
| 4 | * @output wp-admin/js/post.js |
6 | 5 | */ |
7 | 6 | |
| 7 | /* global postL10n, ajaxurl, wpAjax, setPostThumbnailL10n, postboxes, pagenow, tinymce, alert, deleteUserSetting */ |
| 8 | /* global theList:true, theExtraList:true, getUserSetting, setUserSetting, commentReply */ |
| 9 | |
8 | 10 | var commentsBox, WPSetThumbnailHTML, WPSetThumbnailID, WPRemoveThumbnail, wptitlehint, makeSlugeditClickable, editPermalink; |
9 | 11 | // Backwards compatibility: prevent fatal errors. |
10 | 12 | makeSlugeditClickable = editPermalink = function(){}; |
-
diff --git src/js/_enqueues/admin/postbox.js src/js/_enqueues/admin/postbox.js
index a91b536..265da9f 100644
|
|
|
4 | 4 | * |
5 | 5 | * @since 2.5.0 |
6 | 6 | * @requires jQuery |
| 7 | * @output wp-admin/js/postbox.js |
7 | 8 | */ |
8 | 9 | |
9 | 10 | /* global ajaxurl, postBoxL10n */ |
-
diff --git src/js/_enqueues/admin/set-post-thumbnail.js src/js/_enqueues/admin/set-post-thumbnail.js
index 68abbcc..0368bf5 100644
|
|
|
| 1 | /* @output wp-admin/js/set-post-thumbnail.js */ |
| 2 | |
1 | 3 | /* global setPostThumbnailL10n, ajaxurl, post_id, alert */ |
2 | 4 | /* exported WPSetAsThumbnail */ |
3 | 5 | |
-
diff --git src/js/_enqueues/admin/tags-box.js src/js/_enqueues/admin/tags-box.js
index 0ca69e8..982af4e 100644
|
|
|
| 1 | /* @output wp-admin/js/tags-box.js */ |
| 2 | |
1 | 3 | /* jshint curly: false, eqeqeq: false */ |
2 | 4 | /* global ajaxurl */ |
3 | 5 | |
-
diff --git src/js/_enqueues/admin/tags-suggest.js src/js/_enqueues/admin/tags-suggest.js
index a24436f..6c13c81 100644
|
|
|
1 | 1 | /** |
2 | 2 | * Default settings for jQuery UI Autocomplete for use with non-hierarchical taxonomies. |
| 3 | * |
| 4 | * @output wp-admin/js/tags-suggest.js |
3 | 5 | */ |
4 | 6 | ( function( $ ) { |
5 | 7 | if ( typeof window.tagsSuggestL10n === 'undefined' || typeof window.uiAutocompleteL10n === 'undefined' ) { |
-
diff --git src/js/_enqueues/admin/tags.js src/js/_enqueues/admin/tags.js
index ed1c68b..0f195c7 100644
|
|
|
1 | | /* global ajaxurl, wpAjax, tagsl10n, showNotice, validateForm */ |
2 | 1 | /** |
3 | 2 | * Contains logic for deleting and adding tags. |
4 | 3 | * |
5 | 4 | * For deleting tags it makes a request to the server to delete the tag. |
6 | 5 | * For adding tags it makes a request to the server to add the tag. |
| 6 | * |
| 7 | * @output wp-admin/js/tags.js |
7 | 8 | */ |
8 | 9 | |
| 10 | /* global ajaxurl, wpAjax, tagsl10n, showNotice, validateForm */ |
| 11 | |
9 | 12 | jQuery(document).ready(function($) { |
10 | 13 | |
11 | 14 | /** |
-
diff --git src/js/_enqueues/admin/user-profile.js src/js/_enqueues/admin/user-profile.js
index e95a428..8afa36c 100644
|
|
|
| 1 | /* @output wp-admin/js/user-profile.js */ |
| 2 | |
1 | 3 | /* global ajaxurl, pwsL10n, userProfileL10n */ |
2 | 4 | (function($) { |
3 | 5 | var updateLock = false, |
-
diff --git src/js/_enqueues/admin/widgets.js src/js/_enqueues/admin/widgets.js
index 59c2b71..75ac338 100644
|
|
|
1 | | /*global ajaxurl, isRtl */ |
| 1 | /* @output wp-admin/js/widgets.js */ |
| 2 | |
| 3 | /* global ajaxurl, isRtl */ |
2 | 4 | var wpWidgets; |
3 | 5 | (function($) { |
4 | 6 | var $document = $( document ); |
-
diff --git src/js/_enqueues/admin/xfn.js src/js/_enqueues/admin/xfn.js
index 9933592..61605a3 100644
|
|
|
2 | 2 | * Generates the XHTML Friends Network 'rel' string from the inputs. |
3 | 3 | * |
4 | 4 | * @deprecated 3.5.0 |
| 5 | * @output wp-admin/js/xfn.js |
5 | 6 | */ |
6 | 7 | jQuery( document ).ready(function( $ ) { |
7 | 8 | $( '#link_rel' ).prop( 'readonly', true ); |
-
diff --git src/js/_enqueues/deprecated/fullscreen-stub.js src/js/_enqueues/deprecated/fullscreen-stub.js
index df5d2e7..490d18d 100644
|
|
|
1 | 1 | /** |
2 | 2 | * Distraction-Free Writing (wp-fullscreen) backward compatibility stub. |
3 | | * Todo: remove at the end of 2016. |
4 | 3 | * |
5 | | * Original was deprecated in 4.1, removed in 4.3. |
| 4 | * @deprecated 4.1 |
| 5 | * @removed 4.3. |
| 6 | * @output wp-admin/js/wp-fullscreen-stub.js |
6 | 7 | */ |
7 | 8 | ( function() { |
8 | 9 | var noop = function(){}; |
-
diff --git src/js/_enqueues/deprecated/media-gallery.js src/js/_enqueues/deprecated/media-gallery.js
index a71d8fe..725d2be 100644
|
|
|
1 | | /* global ajaxurl */ |
2 | | |
3 | 1 | /** |
4 | 2 | * This file is used on media-upload.php which has been replaced by media-new.php and upload.php |
5 | | * Deprecated since 3.5.0 |
| 3 | * |
| 4 | * @deprecated 3.5.0 |
| 5 | * @output wp-admin/js/media-gallery.js |
6 | 6 | */ |
| 7 | |
| 8 | /* global ajaxurl */ |
7 | 9 | jQuery(function($) { |
8 | 10 | /** |
9 | 11 | * Adds a click event handler to the element with a 'wp-gallery' class. |
-
diff --git src/js/_enqueues/lib/accordion.js src/js/_enqueues/lib/accordion.js
index 600fefb..0bec1ce 100644
|
|
|
26 | 26 | * Note that any appropriate tags may be used, as long as the above classes are present. |
27 | 27 | * |
28 | 28 | * @since 3.6.0 |
| 29 | * @output wp-admin/js/accordion.js |
29 | 30 | */ |
30 | 31 | |
31 | 32 | ( function( $ ){ |
-
diff --git src/js/_enqueues/lib/admin-bar.js src/js/_enqueues/lib/admin-bar.js
index 9a2ae05..dafa2c9 100644
|
|
|
| 1 | /* @output wp-includes/js/admin-bar.js */ |
| 2 | |
1 | 3 | /* jshint loopfunc: true */ |
2 | 4 | // use jQuery and hoverIntent if loaded |
3 | 5 | if ( typeof(jQuery) != 'undefined' ) { |
-
diff --git src/js/_enqueues/lib/ajax-response.js src/js/_enqueues/lib/ajax-response.js
index 363a08b..3a8199d 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-ajax-response.js */ |
| 2 | |
1 | 3 | var wpAjax = jQuery.extend( { |
2 | 4 | unserialize: function( s ) { |
3 | 5 | var r = {}, q, pp, i, p; |
-
diff --git src/js/_enqueues/lib/auth-check.js src/js/_enqueues/lib/auth-check.js
index 9448a47..a501d01 100644
|
|
|
| 1 | /** |
| 2 | * Interim login dialog. |
| 3 | * |
| 4 | * @output wp-includes/js/wp-auth-check.js |
| 5 | */ |
| 6 | |
1 | 7 | /* global adminpage */ |
2 | | // Interim login dialog |
3 | 8 | (function($){ |
4 | 9 | var wrap, next; |
5 | 10 | |
-
diff --git src/js/_enqueues/lib/color-picker.js src/js/_enqueues/lib/color-picker.js
index a3bca29..3baeb3d 100644
|
|
|
| 1 | /* @output wp-admin/js/color-picker.js */ |
| 2 | |
1 | 3 | /* global wpColorPickerL10n */ |
2 | 4 | ( function( $, undef ) { |
3 | 5 | |
-
diff --git src/js/_enqueues/lib/comment-reply.js src/js/_enqueues/lib/comment-reply.js
index 4626e62..fde5f51 100644
|
|
|
2 | 2 | * Handles the addition of the comment form. |
3 | 3 | * |
4 | 4 | * @since 2.7.0 |
| 5 | * @output wp-includes/js/comment-reply.js |
5 | 6 | * |
6 | 7 | * @namespace addComment |
7 | 8 | * |
-
diff --git src/js/_enqueues/lib/cookies.js src/js/_enqueues/lib/cookies.js
index 48e078e..eda46b7 100644
|
|
|
| 1 | /** |
| 2 | * Cookie functions. |
| 3 | * |
| 4 | * @output wp-includes/js/utils.js |
| 5 | */ |
| 6 | |
1 | 7 | /* global userSettings */ |
2 | 8 | /* exported getUserSetting, setUserSetting, deleteUserSetting */ |
3 | | // utility functions |
4 | 9 | |
5 | 10 | var wpCookies = { |
6 | 11 | // The following functions are from Cookie.js class in TinyMCE 3, Moxiecode, used under LGPL. |
… |
… |
function getAllUserSettings() { |
195 | 200 | |
196 | 201 | return wpCookies.getHash( 'wp-settings-' + userSettings.uid ) || {}; |
197 | 202 | } |
198 | | |
-
diff --git src/js/_enqueues/lib/dialog.js src/js/_enqueues/lib/dialog.js
index baf1f2f..340871d 100644
|
|
|
| 1 | /* @output wp-includes/js/wpdialog.js */ |
| 2 | |
1 | 3 | /* |
2 | 4 | * Wrap the jQuery UI Dialog open function remove focus from tinyMCE. |
3 | 5 | */ |
-
diff --git src/js/_enqueues/lib/embed-template.js src/js/_enqueues/lib/embed-template.js
index 16f6708..dc01dfd 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-embed-template.js */ |
1 | 2 | (function ( window, document ) { |
2 | 3 | 'use strict'; |
3 | 4 | |
-
diff --git src/js/_enqueues/lib/emoji-loader.js src/js/_enqueues/lib/emoji-loader.js
index c239b87..5c2ed91 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-emoji-loader.js */ |
| 2 | |
1 | 3 | ( function( window, document, settings ) { |
2 | 4 | var src, ready, ii, tests; |
3 | 5 | |
-
diff --git src/js/_enqueues/lib/gallery.js src/js/_enqueues/lib/gallery.js
index e2131323..9a3453a 100644
|
|
|
| 1 | /* @output wp-admin/js/gallery.js */ |
| 2 | |
1 | 3 | /* global unescape, getUserSetting, setUserSetting */ |
2 | 4 | |
3 | 5 | jQuery(document).ready(function($) { |
-
diff --git src/js/_enqueues/lib/image-edit.js src/js/_enqueues/lib/image-edit.js
index 72f0405..100f26e 100644
|
|
|
1 | | /* global imageEditL10n, ajaxurl, confirm */ |
2 | 1 | /** |
3 | 2 | * The functions necessary for editing images. |
4 | 3 | * |
5 | 4 | * @since 2.9.0 |
| 5 | * @output wp-admin/js/image-edit.js |
6 | 6 | */ |
7 | 7 | |
| 8 | /* global imageEditL10n, ajaxurl, confirm */ |
| 9 | |
8 | 10 | (function($) { |
9 | 11 | |
10 | 12 | /** |
-
diff --git src/js/_enqueues/lib/language-chooser.js src/js/_enqueues/lib/language-chooser.js
index 9ca3ea6..a483519 100644
|
|
|
| 1 | /* @output wp-admin/js/language-chooser.js */ |
| 2 | |
1 | 3 | jQuery( function($) { |
2 | 4 | /* |
3 | 5 | * Set the correct translation to the continue button and show a spinner |
-
diff --git src/js/_enqueues/lib/link.js src/js/_enqueues/lib/link.js
index 7d50dfa..c4dd8e8 100644
|
|
|
| 1 | /* @output wp-includes/js/wplink.js */ |
| 2 | |
1 | 3 | var wpLink; |
2 | 4 | |
3 | 5 | ( function( $, wpLinkL10n, wp ) { |
-
diff --git src/js/_enqueues/lib/list-revisions.js src/js/_enqueues/lib/list-revisions.js
index aaa5328..d59d8cc 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-list-revisions.js */ |
| 2 | |
1 | 3 | (function(w) { |
2 | 4 | var init = function() { |
3 | 5 | var pr = document.getElementById('post-revisions'), |
-
diff --git src/js/_enqueues/lib/lists.js src/js/_enqueues/lib/lists.js
index c73471d..22034f0 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-lists.js */ |
| 2 | |
1 | 3 | /* global ajaxurl, wpAjax */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/lib/nav-menu.js src/js/_enqueues/lib/nav-menu.js
index a121aa8..bccddc8 100644
|
|
|
6 | 6 | * |
7 | 7 | * @package WordPress |
8 | 8 | * @subpackage Administration |
| 9 | * @output wp-admin/js/nav-menu.js |
9 | 10 | */ |
10 | 11 | |
11 | 12 | /* global menus, postboxes, columns, isRtl, navMenuL10n, ajaxurl */ |
-
diff --git src/js/_enqueues/lib/pointer.js src/js/_enqueues/lib/pointer.js
index 9f67389..882c9e2 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-pointer.js */ |
| 2 | |
1 | 3 | /* global wpPointerL10n */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/lib/quicktags.js src/js/_enqueues/lib/quicktags.js
index e75f0de..8906af1 100644
|
|
|
1 | | /* global adminpage, wpActiveEditor, quicktagsL10n, wpLink, prompt */ |
| 1 | |
2 | 2 | /* |
3 | 3 | * Quicktags |
4 | 4 | * |
… |
… |
|
16 | 16 | * |
17 | 17 | * quicktags_id string The ID of the textarea that will be the editor canvas |
18 | 18 | * buttons string Comma separated list of the default buttons names that will be shown in that instance. |
| 19 | * |
| 20 | * @output wp-includes/js/quicktags.js |
19 | 21 | */ |
20 | 22 | |
21 | 23 | // new edit toolbar used with permission |
22 | 24 | // by Alex King |
23 | 25 | // http://www.alexking.org/ |
24 | 26 | |
| 27 | /* global adminpage, wpActiveEditor, quicktagsL10n, wpLink, prompt */ |
| 28 | |
25 | 29 | var QTags, edCanvas, |
26 | 30 | edButtons = []; |
27 | 31 | |
-
diff --git src/js/_enqueues/lib/user-suggest.js src/js/_enqueues/lib/user-suggest.js
index 54cb99d..19770df 100644
|
|
|
1 | | /* global ajaxurl, current_site_id, isRtl */ |
2 | 1 | /** |
3 | 2 | * Suggests users in a multisite environment. |
4 | 3 | * |
… |
… |
|
8 | 7 | * site are shown. |
9 | 8 | * |
10 | 9 | * @since 3.4.0 |
| 10 | * @output wp-admin/js/user-suggest.js |
11 | 11 | */ |
12 | 12 | |
| 13 | /* global ajaxurl, current_site_id, isRtl */ |
| 14 | |
13 | 15 | (function( $ ) { |
14 | 16 | var id = ( typeof current_site_id !== 'undefined' ) ? '&site_id=' + current_site_id : ''; |
15 | 17 | $(document).ready( function() { |
-
diff --git src/js/_enqueues/lib/zxcvbn-async.js src/js/_enqueues/lib/zxcvbn-async.js
index 2ddbb4b..d3d5689 100644
|
|
|
| 1 | /* @output wp-includes/js/zxcvbn-async.js */ |
| 2 | |
1 | 3 | /* global _zxcvbnSettings */ |
| 4 | |
2 | 5 | /** |
3 | 6 | * Loads zxcvbn asynchronously by inserting an async script tag before the first |
4 | 7 | * script tag on the page. |
-
diff --git src/js/_enqueues/wp/a11y.js src/js/_enqueues/wp/a11y.js
index 18d6db5..7178de3 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-a11y.js */ |
| 2 | |
1 | 3 | /** @namespace wp */ |
2 | 4 | window.wp = window.wp || {}; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/api-request.js src/js/_enqueues/wp/api-request.js
index 4b299be..3ed1c68 100644
|
|
|
9 | 9 | * - Allows specifying only an endpoint namespace/path instead of a full URL. |
10 | 10 | * |
11 | 11 | * @since 4.9.0 |
| 12 | * @output wp-includes/js/api-request.js |
12 | 13 | */ |
13 | 14 | |
14 | 15 | ( function( $ ) { |
-
diff --git src/js/_enqueues/wp/api.js src/js/_enqueues/wp/api.js
index 9ac12fe..1894a3b 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-api.js */ |
| 2 | |
1 | 3 | (function( window, undefined ) { |
2 | 4 | |
3 | 5 | 'use strict'; |
-
diff --git src/js/_enqueues/wp/autosave.js src/js/_enqueues/wp/autosave.js
index 919bc15..12a72bd 100644
|
|
|
| 1 | /* @output wp-includes/js/autosave.js */ |
| 2 | |
1 | 3 | /* global tinymce, wpCookies, autosaveL10n, switchEditors */ |
2 | 4 | // Back-compat |
3 | 5 | window.autosave = function() { |
-
diff --git src/js/_enqueues/wp/backbone.js src/js/_enqueues/wp/backbone.js
index 0d25389..98ec9d3 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-backbone.js */ |
| 2 | |
1 | 3 | /** @namespace wp */ |
2 | 4 | window.wp = window.wp || {}; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/code-editor.js src/js/_enqueues/wp/code-editor.js
index 3710c37..4b3e5d1 100644
|
|
|
| 1 | /* @output wp-admin/js/code-editor.js */ |
| 2 | |
1 | 3 | if ( 'undefined' === typeof window.wp ) { |
2 | 4 | /** |
3 | 5 | * @namespace wp |
-
diff --git src/js/_enqueues/wp/custom-header.js src/js/_enqueues/wp/custom-header.js
index 9cb29d1..9d22589 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-custom-header.js */ |
| 2 | |
1 | 3 | /* global YT */ |
2 | 4 | (function( window, settings ) { |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/customize/base.js src/js/_enqueues/wp/customize/base.js
index 374f503..269541b 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-base.js */ |
| 2 | |
1 | 3 | /** @namespace wp */ |
2 | 4 | window.wp = window.wp || {}; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/customize/controls.js src/js/_enqueues/wp/customize/controls.js
index ed75ba3..ad2dc98 100644
|
|
|
| 1 | /* @output wp-admin/js/customize-controls.js */ |
| 2 | |
1 | 3 | /* global _wpCustomizeHeader, _wpCustomizeBackground, _wpMediaViewsL10n, MediaElementPlayer, console, confirm */ |
2 | 4 | (function( exports, $ ){ |
3 | 5 | var Container, focus, normalizedTransitionendEventName, api = wp.customize; |
-
diff --git src/js/_enqueues/wp/customize/loader.js src/js/_enqueues/wp/customize/loader.js
index 9d0aad8..095e990 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-loader.js */ |
| 2 | |
1 | 3 | /* global _wpCustomizeLoaderSettings */ |
| 4 | |
2 | 5 | /** |
3 | 6 | * Expose a public API that allows the customizer to be |
4 | 7 | * loaded on any page. |
-
diff --git src/js/_enqueues/wp/customize/models.js src/js/_enqueues/wp/customize/models.js
index e2a5dfb..91746a3 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-models.js */ |
| 2 | |
1 | 3 | /* global _wpCustomizeHeader */ |
2 | 4 | (function( $, wp ) { |
3 | 5 | var api = wp.customize; |
-
diff --git src/js/_enqueues/wp/customize/nav-menus.js src/js/_enqueues/wp/customize/nav-menus.js
index db846ba..2465fcf 100644
|
|
|
| 1 | /* @output wp-admin/js/customize-nav-menus.js */ |
| 2 | |
1 | 3 | /* global _wpCustomizeNavMenusSettings, wpNavMenu, console */ |
2 | 4 | ( function( api, wp, $ ) { |
3 | 5 | 'use strict'; |
-
diff --git src/js/_enqueues/wp/customize/preview-nav-menus.js src/js/_enqueues/wp/customize/preview-nav-menus.js
index b328e67..bf86315 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-preview-nav-menus.js */ |
| 2 | |
1 | 3 | /* global _wpCustomizePreviewNavMenusExports */ |
2 | 4 | |
3 | 5 | /** @namespace wp.customize.navMenusPreview */ |
-
diff --git src/js/_enqueues/wp/customize/preview-widgets.js src/js/_enqueues/wp/customize/preview-widgets.js
index 27013d7..0cdcc69 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-preview-widgets.js */ |
| 2 | |
1 | 3 | /* global _wpWidgetCustomizerPreviewSettings */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/wp/customize/preview.js src/js/_enqueues/wp/customize/preview.js
index 6848375..4d971cc 100644
|
|
|
1 | 1 | /* |
2 | 2 | * Script run inside a Customizer preview frame. |
| 3 | * |
| 4 | * @output wp-includes/js/customize-preview.js |
3 | 5 | */ |
4 | 6 | (function( exports, $ ){ |
5 | 7 | var api = wp.customize, |
-
diff --git src/js/_enqueues/wp/customize/selective-refresh.js src/js/_enqueues/wp/customize/selective-refresh.js
index ca72b53..8a46ef0 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-selective-refresh.js */ |
| 2 | |
1 | 3 | /* global jQuery, JSON, _customizePartialRefreshExports, console */ |
2 | 4 | |
3 | 5 | /** @namespace wp.customize.selectiveRefresh */ |
-
diff --git src/js/_enqueues/wp/customize/views.js src/js/_enqueues/wp/customize/views.js
index 786739f..fcfefd3 100644
|
|
|
| 1 | /* @output wp-includes/js/customize-views.js */ |
| 2 | |
1 | 3 | (function( $, wp, _ ) { |
2 | 4 | |
3 | 5 | if ( ! wp || ! wp.customize ) { return; } |
-
diff --git src/js/_enqueues/wp/customize/widgets.js src/js/_enqueues/wp/customize/widgets.js
index 40b5148..3a3acf9 100644
|
|
|
| 1 | /* @output wp-admin/js/customize-widgets.js */ |
| 2 | |
1 | 3 | /* global _wpCustomizeWidgetsSettings */ |
2 | 4 | (function( wp, $ ){ |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/dashboard.js src/js/_enqueues/wp/dashboard.js
index ff0ffaa..bb1f8c5 100644
|
|
|
| 1 | /* @output wp-admin/js/dashboard.js */ |
| 2 | |
1 | 3 | /* global pagenow, ajaxurl, postboxes, wpActiveEditor:true */ |
2 | 4 | var ajaxWidgets, ajaxPopulateWidgets, quickPressLoad; |
3 | 5 | window.wp = window.wp || {}; |
-
diff --git src/js/_enqueues/wp/editor/base.js src/js/_enqueues/wp/editor/base.js
index 247a444..20be129 100644
|
|
|
| 1 | /* @output wp-admin/js/editor.js */ |
| 2 | |
1 | 3 | window.wp = window.wp || {}; |
2 | 4 | |
3 | 5 | ( function( $, wp ) { |
-
diff --git src/js/_enqueues/wp/editor/dfw.js src/js/_enqueues/wp/editor/dfw.js
index 8082bc6..74a1d57 100644
|
|
|
| 1 | /* @output wp-admin/js/editor-expand.js */ |
| 2 | |
1 | 3 | ( function( window, $, undefined ) { |
2 | 4 | 'use strict'; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/embed.js src/js/_enqueues/wp/embed.js
index a25e09e..16e7e8b 100644
|
|
|
2 | 2 | * WordPress inline HTML embed |
3 | 3 | * |
4 | 4 | * @since 4.4.0 |
| 5 | * @output wp-includes/js/wp-embed.js |
5 | 6 | * |
6 | 7 | * This file cannot have ampersands in it. This is to ensure |
7 | 8 | * it can be embedded in older versions of WordPress. |
-
diff --git src/js/_enqueues/wp/emoji.js src/js/_enqueues/wp/emoji.js
index 46cddd0..f97634f 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-emoji.js */ |
1 | 2 | |
2 | 3 | ( function( window, settings ) { |
3 | 4 | function wpEmoji() { |
-
diff --git src/js/_enqueues/wp/heartbeat.js src/js/_enqueues/wp/heartbeat.js
index 60b9934..03baeb6 100644
|
|
|
24 | 24 | * - heartbeat-nonces-expired |
25 | 25 | * |
26 | 26 | * @since 3.6.0 |
| 27 | * @output wp-includes/js/heartbeat.js |
27 | 28 | */ |
28 | 29 | |
29 | 30 | ( function( $, window, undefined ) { |
-
diff --git src/js/_enqueues/wp/mce-view.js src/js/_enqueues/wp/mce-view.js
index 8865279..2dca6ce 100644
|
|
|
| 1 | /* @output wp-includes/js/mce-view.js */ |
| 2 | |
1 | 3 | /* global tinymce */ |
2 | 4 | |
3 | 5 | /* |
-
diff --git src/js/_enqueues/wp/media/audiovideo.js src/js/_enqueues/wp/media/audiovideo.js
index 0d677b4..0dd534d 100644
|
|
|
| 1 | /* @output wp-includes/js/media-audiovideo.js */ |
| 2 | |
1 | 3 | var media = wp.media, |
2 | 4 | baseSettings = window._wpmejsSettings || {}, |
3 | 5 | l10n = window._wpMediaViewsL10n || {}; |
-
diff --git src/js/_enqueues/wp/media/editor.js src/js/_enqueues/wp/media/editor.js
index a88709c..8c25406 100644
|
|
|
| 1 | /* @output wp-includes/js/media-editor.js */ |
| 2 | |
1 | 3 | /* global getUserSetting, tinymce, QTags */ |
2 | 4 | |
3 | 5 | // WordPress, TinyMCE, and Media |
-
diff --git src/js/_enqueues/wp/media/grid.js src/js/_enqueues/wp/media/grid.js
index 17601b2..70d487f 100644
|
|
|
| 1 | /* @output wp-includes/js/media-grid.js */ |
| 2 | |
1 | 3 | var media = wp.media; |
2 | 4 | |
3 | 5 | media.controller.EditAttachmentMetadata = require( '../../../media/controllers/edit-attachment-metadata.js' ); |
-
diff --git src/js/_enqueues/wp/media/models.js src/js/_enqueues/wp/media/models.js
index 166ff9f..1a9ca85 100644
|
|
|
| 1 | /* @output wp-includes/js/media-models.js */ |
| 2 | |
1 | 3 | var $ = jQuery, |
2 | 4 | Attachment, Attachments, l10n, media; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/media/views.js src/js/_enqueues/wp/media/views.js
index 5549764..82ed5d0 100644
|
|
|
| 1 | /* @output wp-includes/js/media-views.js */ |
| 2 | |
1 | 3 | var media = wp.media, |
2 | 4 | $ = jQuery, |
3 | 5 | l10n; |
-
diff --git src/js/_enqueues/wp/password-strength-meter.js src/js/_enqueues/wp/password-strength-meter.js
index 8b903b4..c9d2078 100644
|
|
|
| 1 | /* @output wp-admin/js/password-strength-meter.js */ |
| 2 | |
1 | 3 | /* global zxcvbn */ |
2 | 4 | window.wp = window.wp || {}; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/revisions.js src/js/_enqueues/wp/revisions.js
index 2949c49..adf5865 100644
|
|
|
1 | | /* global isRtl */ |
2 | 1 | /** |
3 | 2 | * @file Revisions interface functions, Backbone classes and |
4 | 3 | * the revisions.php document.ready bootstrap. |
5 | 4 | * |
| 5 | * @output wp-admin/js/revisions.js |
6 | 6 | */ |
7 | 7 | |
| 8 | /* global isRtl */ |
| 9 | |
8 | 10 | window.wp = window.wp || {}; |
9 | 11 | |
10 | 12 | (function($) { |
-
diff --git src/js/_enqueues/wp/sanitize.js src/js/_enqueues/wp/sanitize.js
index 312dab2..3326f24 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-sanitize.js */ |
| 2 | |
1 | 3 | ( function () { |
2 | 4 | |
3 | 5 | window.wp = window.wp || {}; |
-
diff --git src/js/_enqueues/wp/shortcode.js src/js/_enqueues/wp/shortcode.js
index 3988132..8f02273 100644
|
|
|
1 | | // Utility functions for parsing and handling shortcodes in JavaScript. |
| 1 | /** |
| 2 | * Utility functions for parsing and handling shortcodes in JavaScript. |
| 3 | * |
| 4 | * @output wp-includes/js/shortcode.js |
| 5 | */ |
2 | 6 | |
3 | 7 | /** |
4 | 8 | * Ensure the global `wp` object exists. |
-
diff --git src/js/_enqueues/wp/svg-painter.js src/js/_enqueues/wp/svg-painter.js
index 7b68760..e0277f1 100644
|
|
|
1 | 1 | /** |
2 | 2 | * Attempt to re-color SVG icons used in the admin menu or the toolbar |
3 | 3 | * |
| 4 | * @output wp-admin/js/svg-painter.js |
4 | 5 | */ |
5 | 6 | |
6 | 7 | window.wp = window.wp || {}; |
-
diff --git src/js/_enqueues/wp/theme-plugin-editor.js src/js/_enqueues/wp/theme-plugin-editor.js
index 3f0d45d..276dcbc 100644
|
|
|
| 1 | /* @output wp-admin/js/theme-plugin-editor.js */ |
| 2 | |
1 | 3 | /* eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1] }] */ |
2 | 4 | |
3 | 5 | if ( ! window.wp ) { |
-
diff --git src/js/_enqueues/wp/theme.js src/js/_enqueues/wp/theme.js
index e797544..3ded786 100644
|
|
|
| 1 | /* @output wp-admin/js/theme.js */ |
| 2 | |
1 | 3 | /* global _wpThemeSettings, confirm */ |
2 | 4 | window.wp = window.wp || {}; |
3 | 5 | |
-
diff --git src/js/_enqueues/wp/updates.js src/js/_enqueues/wp/updates.js
index f9d161f..0f2bb95 100644
|
|
|
2 | 2 | * Functions for ajaxified updates, deletions and installs inside the WordPress admin. |
3 | 3 | * |
4 | 4 | * @version 4.2.0 |
| 5 | * @output wp-admin/js/updates.js |
5 | 6 | */ |
6 | 7 | |
7 | 8 | /* global pagenow */ |
… |
… |
|
2322 | 2323 | $( 'input.wp-filter-search' ).trigger( 'input' ); |
2323 | 2324 | } ); |
2324 | 2325 | |
2325 | | /** |
2326 | | * Trigger a search event when the "Try Again" button is clicked. |
2327 | | * |
| 2326 | /** |
| 2327 | * Trigger a search event when the "Try Again" button is clicked. |
| 2328 | * |
2328 | 2329 | * @since 4.9.0 |
2329 | | */ |
2330 | | $document.on( 'click', '.try-again', function( event ) { |
2331 | | event.preventDefault(); |
2332 | | $pluginInstallSearch.trigger( 'input' ); |
| 2330 | */ |
| 2331 | $document.on( 'click', '.try-again', function( event ) { |
| 2332 | event.preventDefault(); |
| 2333 | $pluginInstallSearch.trigger( 'input' ); |
2333 | 2334 | } ); |
2334 | 2335 | |
2335 | 2336 | /** |
-
diff --git src/js/_enqueues/wp/util.js src/js/_enqueues/wp/util.js
index 6ffa97d..f36a0a6 100644
|
|
|
| 1 | /* @output wp-includes/js/wp-util.js */ |
| 2 | |
1 | 3 | /* global _wpUtilSettings */ |
2 | 4 | |
3 | 5 | /** @namespace wp */ |
-
diff --git src/js/_enqueues/wp/utils/word-count.js src/js/_enqueues/wp/utils/word-count.js
index 711268a..999a42c 100644
|
|
|
4 | 4 | * |
5 | 5 | * @namespace wp.utils |
6 | 6 | * @since 2.6.0 |
| 7 | * @output wp-admin/js/word-count.js |
7 | 8 | */ |
8 | 9 | |
9 | 10 | ( function() { |
-
diff --git src/js/_enqueues/wp/widgets/custom-html.js src/js/_enqueues/wp/widgets/custom-html.js
index 5469755..bcda38b 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/custom-html-widgets.js */ |
| 2 | |
1 | 3 | /* global wp */ |
2 | 4 | /* eslint consistent-this: [ "error", "control" ] */ |
3 | 5 | /* eslint no-magic-numbers: ["error", { "ignore": [0,1,-1] }] */ |
-
diff --git src/js/_enqueues/wp/widgets/media-audio.js src/js/_enqueues/wp/widgets/media-audio.js
index e3e53c7..e33d3c1 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/media-audio-widget.js */ |
| 2 | |
1 | 3 | /* eslint consistent-this: [ "error", "control" ] */ |
2 | 4 | (function( component ) { |
3 | 5 | 'use strict'; |
-
diff --git src/js/_enqueues/wp/widgets/media-gallery.js src/js/_enqueues/wp/widgets/media-gallery.js
index e9c5342..2bfc972 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/media-gallery-widget.js */ |
| 2 | |
1 | 3 | /* eslint consistent-this: [ "error", "control" ] */ |
2 | 4 | (function( component ) { |
3 | 5 | 'use strict'; |
-
diff --git src/js/_enqueues/wp/widgets/media-image.js src/js/_enqueues/wp/widgets/media-image.js
index eeebd17..4555d1e 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/media-image-widget.js */ |
| 2 | |
1 | 3 | /* eslint consistent-this: [ "error", "control" ] */ |
2 | 4 | (function( component, $ ) { |
3 | 5 | 'use strict'; |
-
diff --git src/js/_enqueues/wp/widgets/media-video.js src/js/_enqueues/wp/widgets/media-video.js
index 86ed429..4a415b7 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/media-video-widget.js */ |
| 2 | |
1 | 3 | /* eslint consistent-this: [ "error", "control" ] */ |
2 | 4 | (function( component ) { |
3 | 5 | 'use strict'; |
-
diff --git src/js/_enqueues/wp/widgets/media.js src/js/_enqueues/wp/widgets/media.js
index 07ea42a..6bc770d 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/media-widgets.js */ |
| 2 | |
1 | 3 | /* eslint consistent-this: [ "error", "control" ] */ |
2 | 4 | |
3 | 5 | /** |
-
diff --git src/js/_enqueues/wp/widgets/text.js src/js/_enqueues/wp/widgets/text.js
index 1c92895..731e9fd 100644
|
|
|
| 1 | /* @output wp-admin/js/widgets/text-widgets.js */ |
| 2 | |
1 | 3 | /* global tinymce, switchEditors */ |
2 | 4 | /* eslint consistent-this: [ "error", "control" ] */ |
3 | 5 | |