This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./ -mtime -3d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm $(git ls-files -o --exclude-standard) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Implementation of specially named hook_ctools_content_types() | |
*/ | |
function artist_profile_share_ctools_content_types() { | |
return array( | |
'single' => TRUE, | |
'title' => t('Custom Share Links'), | |
'icon' => 'icon_node.png', |
NewerOlder