Habe heute das "Freie Artikel Tags" plugin auf die Version 2.41 geupdated. Nun steht in meinem Blog oberhalb des ersten Eintrags: DisplayTag:
Wie kriege ich das wieder weg?
DisplayTag:
Suche im Quelltext des Plugin:
-----------------
case 'entries_header':
echo "DisplayTag:";
if ($this->displayTag !== false && serendipity_db_bool($this->get_config('show_tagcloud'))) {
$this->displayTagCloud();
}
return true;
break;
-----------------
Lösche:
-----------------
echo "DisplayTag:";
-----------------
Tschau,
Falk
-----------------
case 'entries_header':
echo "DisplayTag:";
if ($this->displayTag !== false && serendipity_db_bool($this->get_config('show_tagcloud'))) {
$this->displayTagCloud();
}
return true;
break;
-----------------
Lösche:
-----------------
echo "DisplayTag:";
-----------------
Tschau,
Falk
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Oh, danke für den Hinweis auf den Fehler. Werde ich committen sobald CVS wieder geht 
Grüße,
Garvin
Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/