mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix typo. Props filosofo. see #14772
git-svn-id: https://develop.svn.wordpress.org/trunk@16074 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}
|
||||
t = t.parentNode;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
clickShortlink = function(e) {
|
||||
var t = e.target || e.srcElement, links, i;
|
||||
@@ -76,7 +76,7 @@
|
||||
alert( adminBarL10n.noShortlink );
|
||||
return false;
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
addEvent(w, 'load', function() {
|
||||
var b = d.getElementsByTagName('body')[0],
|
||||
|
||||
Reference in New Issue
Block a user