Downloads
Download tar.gz
8.19 KB
MD5: ddb441b669a068f03de8689b97ff55ad
SHA-1: 79f112e194231182542f137f1fa0b32292ebf932
SHA-256: bae7b02e3a2b2e59ec8266f98ea92f4853fff48f5049dacf1f74d20709fe6dbf
Download zip
8.9 KB
MD5: 90ad79647a892de30e40dc63db793d78
SHA-1: eb3c9939a4d73afb3a5484958eea54fcc40156a9
SHA-256: b8a9c59256e9d201e8317f2c941a2c67dcd04700aa0fac5926517bdfefee49cd
Release notes
- In hook_nodeapi(), changed $op = "view" to $op = "alter" for Drupal 5 compatibility. (#131006 Thanks jardeeq!)
- Filter tips are now handled by hook_filter_tips(). Use of hook_help() for filter tips is not supported in Drupal 5.
- Used hook_help() to add page to help system, since users may not see filter tips because they'd have to assign the "filter" to an input format - which actually isn't necessary to make the module work since it uses hook_nodeapi() to get the job done. So, having a help page for the module ensures the tip is available somewhere.
- Changed % to @ placeholders to avoid tags making their way into urls in t().