Plugin Directory

Changeset 176874


Ignore:
Timestamp:
11/25/2009 09:01:23 AM (16 years ago)
Author:
Whiler
Message:

do_shortcode added for the eventual tagged content

Location:
random-number-generator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • random-number-generator/trunk/random_number_generator.php

    r176779 r176874  
    196196    // Il devrait contenir un champ de spécification pour afficher le nombre aléatoire
    197197    if ($content != "") {
    198         $format = $content;
     198        // On appelle la méthode do_shortcode pour effectuer les modifications éventuelles de tags situés dans le 'content'
     199        $format = do_shortcode($content);
    199200    }
    200201
  • random-number-generator/trunk/readme.txt

    r176780 r176874  
    5858* A direct link to the editor is available in the options plugin page
    5959* Images added in the options page (settings icon, a dice)
     60* format used in content can include others shortcode tags
    6061
    6162= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.