Downloads
Download tar.gz
12.36 KB
MD5: 1e89068095c8cc2f2a04fd249207678a
SHA-1: ff42a1b7b084f2fc88f937bf68a41faad0e70af7
SHA-256: 1881ac64e91997c75ca1b6978f992c946f70b09216bde72d336123cf4beb7b2d
Download zip
14.38 KB
MD5: bf0e5c5f2ffa726e72d49a2ea48dc688
SHA-1: ce5bfa6e91ee5a71ce4b6dd5cc0444ece0c06200
SHA-256: e18cba65ed9ae13defccdbdb395e465d0fd2a5bb168defb34e8d994267d2af1d
Release notes
- Added a hook to allow other modules to override what's shown on comments' permalink pages: #578576: Allow overrides from other modules that show comments on different pages. (Thanks, greggles!)
- Added template_preprocess functions that provide printable links in node and comment objects. This is useful for themers who don't want to output permalinks in
$links. - Added "bookmark" relationship (rel) attribute option: #434952: Add rel="bookmark" option. (Thanks, andrewmacpherson!)
- Minor improvements to XSS/
strip_tag()process for title attributes.