_actionMarkFeatured() public method

public _actionMarkFeatured ( $iEntryId, $sMsgSuccessAdd, $sMsgSuccessRemove )
Esempio n. 1
0
 function actionMarkFeatured($iEntryId)
 {
     parent::_actionMarkFeatured($iEntryId, _t('_bx_store_msg_added_to_featured'), _t('_bx_store_msg_removed_from_featured'));
 }
 function actionMarkFeatured($iEntryId)
 {
     parent::_actionMarkFeatured($iEntryId, _t('_ml_clonetwo_msg_added_to_featured'), _t('_ml_clonetwo_msg_removed_from_featured'));
 }