Updated documentation in comments at the top of files.
I tried to standardize and expand the documentation and links to codex.wordpress.org in the comments at the top of most files.
This commit is contained in:
parent
5bb0534358
commit
de9c9888b7
24 changed files with 65 additions and 23 deletions
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* skip-link-focus-fix.js
|
||||
*
|
||||
* Helps with accesability for keyboard only users.
|
||||
*
|
||||
* Learn more: https://github.com/Automattic/_s/pull/136
|
||||
*/
|
||||
( function() {
|
||||
var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1,
|
||||
is_opera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue