Convert wordpress event links to local linksrl

This commit is contained in:
2015-12-21 16:04:47 +00:00
parent 2c63c50fe3
commit 73b8bcb71e
40 changed files with 140 additions and 55 deletions

View File

@@ -54,7 +54,6 @@ foreach (glob('blog/_posts/*.md') as $sFile) {
file_put_contents($sNewFile, $sNewContents);
echo " new file saved!\n";
}
// echo implode("\n", array_unique($aCharacters));
function yamlDump($aData) {
return str_replace("'", null, Yaml::dump($aData, 4, 2));