2012-04-12, 18:32:07
Hello!
I found a bug (use GS3.1) in the plugin i18n (v3.0): when generate sitemap.xml modification date of all files stay in 1970. It looks like this:
To test this, in tab "Plugins" deactivate I18N Base - sitemap.xml is generated with the correct date of the modification of files.
In addition to this, I noticed another small inaccuracy. By default, the tab "Theme" when off the plugin I18N Base present button View Sitemap, which uses the function
If the plugin I18N Base activated - reassigned to the original button and there is another: Generate Sitemap. Now both of these buttons work equally: they involve the function
Do you plan in the near future to solve this problem?
Thank you in advance.
PS: Sorry for my bad English.
I found a bug (use GS3.1) in the plugin i18n (v3.0): when generate sitemap.xml modification date of all files stay in 1970. It looks like this:
Code:
<lastmod>1970-01-01T02:00:00+00:00</lastmod>
To test this, in tab "Plugins" deactivate I18N Base - sitemap.xml is generated with the correct date of the modification of files.
In addition to this, I noticed another small inaccuracy. By default, the tab "Theme" when off the plugin I18N Base present button View Sitemap, which uses the function
Code:
http://somadomain.com/admin/sitemap.php
Code:
http://somadomain.com/admin/load.php?Id=i18n_base&sitemap
Do you plan in the near future to solve this problem?
Thank you in advance.
PS: Sorry for my bad English.