Skip to content

Instantly share code, notes, and snippets.

@Willem-Siebe
Willem-Siebe / functions.php
Last active September 8, 2016 11:12
Translate Date format multilangual website using WPML, see http://wpml.org/forums/topic/date-formatting-issue/.
// Translate Date format multilingual website using WPML, see https://gist.github.com/Willem-Siebe/5eb063c04dda7b6863e8.
/**
* WPML and Toolset Support Team.
* Register date_format option in string translations.
*
* @param string $format Initial format stored in database.
*
* @return string Translated format.
*/
@betweenbrain
betweenbrain / gist:8402480
Created January 13, 2014 15:43
PhpStorm SCSS File Watcher Settings for parallel SCSS and CSS directories

|-CSS

|-SCSS

Arguments: --no-cache --update $FileName$:$FileParentDir$/css/$FileNameWithoutExtension$.css Working directory: $FileDir$ Output paths to refresh: $FileParentDir$/css/$FileNameWithoutExtension$.css

NOTE: add --style compressed to Arguments for minified output