diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 01:24:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 01:24:23 -0400 |
commit | 1dddec0ba9f66f082f4b8349916cdb6bdb5636e3 (patch) | |
tree | 2ee6818cd5f9c896ab0de2caea677ba5a9cc18f9 /po/ikiwiki.pot | |
parent | 1546b48b979399eb33ce502a00b089263d7cee26 (diff) | |
download | ikiwiki-1dddec0ba9f66f082f4b8349916cdb6bdb5636e3.tar ikiwiki-1dddec0ba9f66f082f4b8349916cdb6bdb5636e3.tar.gz |
Pass a destpage parameter to the sanitize hook.
Because the search plugin needed it, also because it's one of the few
plugins that didn't already have it.
I also considered adding it to htmlize, but I really cannot imagine caring
what the destpage is when htmlizing. (I'll probably be poven wrong later.)
Diffstat (limited to 'po/ikiwiki.pot')
-rw-r--r-- | po/ikiwiki.pot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 9d791153f..f65f42212 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-04 00:52-0400\n" +"POT-Creation-Date: 2008-06-04 01:17-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -707,7 +707,7 @@ msgstr "" #. translators: preprocessor directive name, #. translators: the second a page name, the #. translators: third a number. -#: ../IkiWiki.pm:761 +#: ../IkiWiki.pm:763 #, perl-format msgid "%s preprocessing loop detected on %s at depth %i" msgstr "" |