Suggestion for making author of quote optional
-
In idquotes.php, please consider changing this:
echo ‘<div class=”idquotes-donner-name”>’ . $picked_parts[1] . ‘</div>’;
to this:
if ( ” != $picked_parts[1] ) {
echo ‘<div class=”idquotes-donner-name”>’ . $picked_parts[1] . ‘</div>’;
}This makes the plugin useful even to those who don’t/can’t specify authors.
Thanks!
- The topic ‘Suggestion for making author of quote optional’ is closed to new replies.