Changeset 1896
- Timestamp:
- 11/22/09 23:04:21 (13 years ago)
- Location:
- plugins/widgetSouvenir
- Files:
-
- 3 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgetSouvenir/_define.php
r1496 r1896 3 3 # 4 4 # This file is part of Souvenir. 5 # Copyright 2008 Moe (http://gniark.net/)5 # Copyright 2008, 2009 Moe (http://gniark.net/) 6 6 # 7 7 # Souvenir is free software; you can redistribute it and/or modify … … 22 22 $this->registerModule( 23 23 /* Name */ "Souvenir", 24 /* Description*/ "A widget which show a link to a p ost in the past",24 /* Description*/ "A widget which show a link to a previous post", 25 25 /* Author */ "Moe (http://gniark.net/)", 26 /* Version */ '1.1. 2',26 /* Version */ '1.1.3', 27 27 /* Permissions */ 'admin' 28 28 ); -
plugins/widgetSouvenir/_prepend.php
r892 r1896 3 3 # 4 4 # This file is part of Souvenir. 5 # Copyright 2008 Moe (http://gniark.net/)5 # Copyright 2008, 2009 Moe (http://gniark.net/) 6 6 # 7 7 # Souvenir is free software; you can redistribute it and/or modify -
plugins/widgetSouvenir/_widget.php
r1826 r1896 3 3 # 4 4 # This file is part of Souvenir. 5 # Copyright 2008 Moe (http://gniark.net/)5 # Copyright 2008, 2009 Moe (http://gniark.net/) 6 6 # 7 7 # Souvenir is free software; you can redistribute it and/or modify … … 60 60 61 61 $w->souvenir->setting('date', 62 __('Display date after post title (see PHP strftime function):'). 62 sprintf(__('Format of the date displayed after post title (see <a href="%1$s" %2$s>PHP strftime function</a>):'), 63 __('http://www.php.net/manual/en/function.strftime.php'), 64 'onclick="return window.confirm(\''. 65 __('Are you sure you want to leave this page?').'\')"'). 63 66 ' ('.__('optional').')','('.$core->blog->settings->date_format.')','text'); 64 67
Note: See TracChangeset
for help on using the changeset viewer.