diff options
author | Pascal Birchler <swissspidy@git.wordpress.org> | 2024-04-12 17:45:23 +0000 |
---|---|---|
committer | Pascal Birchler <swissspidy@git.wordpress.org> | 2024-04-12 17:45:23 +0000 |
commit | 11bc9c9e8c628bff8a0cca3bcd9eff151164548b (patch) | |
tree | c1f232fb6d0b1b2dbf25a74cf02aae55d0e729fb /src/js/_enqueues/wp/dashboard.js | |
parent | 6366755a315b80604740af329eefa8a1a790ff7b (diff) | |
download | wordpress-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.js | 2 |
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', ''); }); |