diff options
Diffstat (limited to 'src/js/_enqueues/admin/media-upload.js')
-rw-r--r-- | src/js/_enqueues/admin/media-upload.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/js/_enqueues/admin/media-upload.js b/src/js/_enqueues/admin/media-upload.js index 9055cf9ca4..3f45e2ef80 100644 --- a/src/js/_enqueues/admin/media-upload.js +++ b/src/js/_enqueues/admin/media-upload.js @@ -22,9 +22,9 @@ * @global * * @param {string} html The HTML to be sent to the editor. - * @returns {void|boolean} Returns false when both TinyMCE and QTags instances - * are unavailable. This means that the HTML was not - * sent to the editor. + * @return {void|boolean} Returns false when both TinyMCE and QTags instances + * are unavailable. This means that the HTML was not + * sent to the editor. */ window.send_to_editor = function( html ) { var editor, @@ -71,8 +71,8 @@ window.send_to_editor = function( html ) { * * @global * - * @returns {Object[]} Array containing jQuery objects for all the found - * ThickBox anchors. + * @return {Object[]} Array containing jQuery objects for all the found + * ThickBox anchors. */ window.tb_position = function() { var tbWindow = $('#TB_window'), |