| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 .editor-styles-wrapper, 2 .entry-content { 3 counter-reset: footnotes; 4 } 5 6 a[data-fn].fn { 7 vertical-align: super; 8 font-size: smaller; 9 counter-increment: footnotes; 10 display: inline-flex; 11 text-decoration: none; 12 text-indent: -9999999px; 13 } 14 15 a[data-fn].fn::after { 16 content: "[" counter(footnotes) "]"; 17 text-indent: 0; 18 float: right; 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue May 5 08:20:14 2026 | Cross-referenced by PHPXref |