' . $message . '

'; } function pf_options_comments() { if($_POST['Submit']) { if(get_option('PF_COMMENTS_OK') == '') add_option('PF_COMMENTS_OK', 'YES', "Setting indicating", false); if(!ereg("^[#]{1}[0-9a-fA-F]{6}$",trim($_POST['PF_COMMENTS_COLOR']))) { pf_showMessage("La valeur pour la couleur du fond doit être au format héxadécimal."); } else { update_option('PF_COMMENTS_COLOR',trim($_POST['PF_COMMENTS_COLOR'])); } pf_showMessagecomments("Paramètres sauvegardés."); } ?>
jQuery.js is not present. You must install jQuery in this folder for the demo to work.

Paramètres du plugin : Marquer commentaires administrateur

Couleur du fond : " size="10" maxlength="7" />

'.$ligne; fwrite($fs,$ligne); } /*if (trim($ligne) == '
  • ') { $ligne = '
  • '; }*/ //fwrite($fs,$ligne); } fclose($fs); } return $destination; } function addcomment_replace($content) { global $comment; if ($content->user_id == 1) { $oddcomment = "admin"; } else { $oddcomment = "alt"; } return $oddcomment; } //add_filter('comments_template','my_comments_template'); add_action('wp_head', 'commentadmininit'); add_action('admin_menu', 'pf_comments_add_admin'); ?>