Skip to content

Instantly share code, notes, and snippets.

@miloskroulik
Last active August 29, 2015 14:01
Show Gist options
  • Save miloskroulik/7d94c03c09304f10652a to your computer and use it in GitHub Desktop.
Save miloskroulik/7d94c03c09304f10652a to your computer and use it in GitHub Desktop.
Attempt to redefine hook_bootstrap_colorize_text
<?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