summaryrefslogtreecommitdiffstatshomepage
path: root/src/js/_enqueues/wp/dashboard.js
diff options
context:
space:
mode:
authorPascal Birchler <swissspidy@git.wordpress.org>2024-04-12 17:45:23 +0000
committerPascal Birchler <swissspidy@git.wordpress.org>2024-04-12 17:45:23 +0000
commit11bc9c9e8c628bff8a0cca3bcd9eff151164548b (patch)
treec1f232fb6d0b1b2dbf25a74cf02aae55d0e729fb /src/js/_enqueues/wp/dashboard.js
parent6366755a315b80604740af329eefa8a1a790ff7b (diff)
downloadwordpress-11bc9c9e8c628bff8a0cca3bcd9eff151164548b.tar.gz
wordpress-11bc9c9e8c628bff8a0cca3bcd9eff151164548b.zip
Docs: Fix various typos and spelling mistakes.
Props swissspidy, jucaduca, sergeybiryukov. See #60699. git-svn-id: https://develop.svn.wordpress.org/trunk@57987 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/js/_enqueues/wp/dashboard.js')
-rw-r--r--src/js/_enqueues/wp/dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/_enqueues/wp/dashboard.js b/src/js/_enqueues/wp/dashboard.js
index 3354790472..0115611fe9 100644
--- a/src/js/_enqueues/wp/dashboard.js
+++ b/src/js/_enqueues/wp/dashboard.js
@@ -92,7 +92,7 @@ jQuery( function($) {
setTimeout( function(){
// Request the widget content.
p.load( ajaxurl + '?action=dashboard-widgets&widget=' + id + '&pagenow=' + pagenow, '', function() {
- // Hide the parent and slide it out for visual fancyness.
+ // Hide the parent and slide it out for visual fanciness.
p.hide().slideDown('normal', function(){
$(this).css('display', '');
});