Changeset 1572:99aa34c9f934 for plugins
- Timestamp:
- 08/25/13 09:46:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r1553 r1572 98 98 <script type="text/javascript"> 99 99 //<![CDATA[ 100 dotclear.msg.confirm_tag_delete = '<?php echo html::escapeJS(sprintf(__('Are you sure you want to remove t his %s?'),'tag')) ?>';100 dotclear.msg.confirm_tag_delete = '<?php echo html::escapeJS(sprintf(__('Are you sure you want to remove tag: “%s”?'),html::escapeHTML($tag))) ?>'; 101 101 $(function() { 102 102 $('#tag_delete').submit(function() {
Note: See TracChangeset
for help on using the changeset viewer.