-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to set 'date created' #11
Comments
I can confirm this behaviour, only just noticed it today. The problem seems to be, that the current version of the plugin writes the dates to a nested sub-array:
Version 2015-07-24 instead correctly modifies the default array elements:
|
BLOG plugin doesn't sort correct date created anymore after update META plugin. |
fixes dokufreaks#11 with the creation dates
The commit above (gamma@03a503f) seems to solve the problem. @gamma would you have any interest in opening a PR for it? |
Latest version correctly sets all but the date in the following example:
Replaced
syntax.php
with 2015-07-24 version and all works as expected.The text was updated successfully, but these errors were encountered: