Last active
August 29, 2015 14:01
-
-
Save miloskroulik/7d94c03c09304f10652a to your computer and use it in GitHub Desktop.
Attempt to redefine hook_bootstrap_colorize_text
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 | |
function pasporty_bootstrap_bootstrap_colorize_text_alter($texts) { | |
$texts = array( | |
'contains' => array( | |
t('Save') => 'primary' | |
) | |
); | |
dpm($texts); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment