]> git.mxchange.org Git - friendica.git/commitdiff
algorithm for crypt tag
authorfriendica <info@friendica.com>
Sun, 19 Aug 2012 07:35:39 +0000 (00:35 -0700)
committerfriendica <info@friendica.com>
Sun, 19 Aug 2012 07:35:39 +0000 (00:35 -0700)
include/bbcode.php

index cf8d74bb1dc9976a213d9af32ef04a8819e8f4c1..29ee71d410eb79c52e6d5bc7d1a236d07355559d 100644 (file)
@@ -325,6 +325,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) {
 
 
        $Text = preg_replace("/\[crypt\](.*?)\[\/crypt\]/ism",'<br/><img src="' .$a->get_baseurl() . '/images/lock_icon.gif" alt="' . t('Encrypted content') . '" title="' . t('Encrypted content') . '" /><br />', $Text);
+       $Text = preg_replace("/\[crypt=(.*?)\](.*?)\[\/crypt\]/ism",'<br/><img src="' .$a->get_baseurl() . '/images/lock_icon.gif" alt="' . t('Encrypted content') . '" title="' . '$1' . ' ' . t('Encrypted content') . '" /><br />', $Text);
 
 
        // Try to Oembed