El dúo conformado por Miles Kane y Alex Turner anunció que el segundo single del primer disco, The Age Of The Understatement, será “Standing Next To Me” y se publicará oficialmente el 7 de Julio. El disco también vendrá con tres nuevos traces.
x
El dúo conformado por Miles Kane y Alex Turner anunció que el segundo single del primer disco, The Age Of The Understatement, será “Standing Next To Me” y se publicará oficialmente el 7 de Julio. El disco también vendrá con tres nuevos traces.
Nice plugin!I have a reqsuet...Please add the ability to format the timestamp.I modified the plugin and added:default options | 'update-format' => 'Y/m/d',option_fields | 'update-format' => array('label' => 'Timestamp Format', 'type' => 'text'),around line 144 I replaced:$h_time = date(('Y/m/d'), $time);with:$h_time = date(($options['update-format']), $time);Thanks