<?xml version="1.0" encoding="UTF-8"?>\r
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">\r
<name>HTML5</name>\r
- <author>Evan Winslow</author>\r
- <version>1.0</version>\r
+ <author>Evan Winslow and Lorea Developers</author>\r
+ <version>1.1</version>\r
<description>\r
Provides several javascript libraries + views that allow developers to start using HTML5 features in Elgg today.\r
</description>\r
<copyright>(C) Evan Winslow 2010</copyright>\r
<website>http://github.com/ewinslow/elgg-html5</website>\r
<requires>\r
- <type>elgg_version</type>\r
- <version>2011031400</version>\r
+ <type>elgg_release</type>\r
+ <version>1.8</version>\r
</requires>\r
</plugin_manifest>
\ No newline at end of file
$friendly_time = elgg_get_friendly_time($vars['time']);
$timestamp = htmlentities(date(elgg_echo('friendlytime:date_format'), $vars['time']));
-$datetime = htmlentities(date("Y-m-d h:m", $vars['time']));
+$datetime = htmlentities(date("c", $vars['time']));
echo "<time title=\"$timestamp\" datetime=\"$datetime\" class=\"timestamp\">$friendly_time</time>";