diff -r c7c0fbc09788 -r 5e8dcbe22c24 web/wp-content/plugins/social/views/wp-admin/post/meta/log/output.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/social/views/wp-admin/post/meta/log/output.php Tue Dec 04 18:43:10 2012 -0800 @@ -0,0 +1,93 @@ +'.__('Aggregation has not been run for this post yet.', 'social').'
'; + } + else { + $i = 0; + $output = ''; + $log = array_reverse($log, 1); + foreach ($log as $timestamp => $_log) { + ++$i; + + $output .= ''.__('No results found.', 'social').'