Skip to content
Extraits de code Groupes Projets
Valider 2fe043ee rédigé par b_b's avatar b_b Validation de marcimat
Parcourir les fichiers

revert: retrait du deprecated sur `afficher_plus_info()`

introduit par erreur dans c918c936

Ref: #3581
parent 5c516972
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -569,7 +569,6 @@ function filtre_afficher_enfant_rub_dist($id_rubrique) { ...@@ -569,7 +569,6 @@ function filtre_afficher_enfant_rub_dist($id_rubrique) {
* @return string * @return string
*/ */
function afficher_plus_info($lien, $titre = '+', $titre_lien = '') { function afficher_plus_info($lien, $titre = '+', $titre_lien = '') {
trigger_deprecation('spip', '4.3', 'Using "%s" is deprecated', __FUNCTION__);
$titre = attribut_html($titre); $titre = attribut_html($titre);
$icone = "\n<a href='$lien' title='$titre' class='plus_info'>" . $icone = "\n<a href='$lien' title='$titre' class='plus_info'>" .
http_img_pack('information-16.png', $titre) . '</a>'; http_img_pack('information-16.png', $titre) . '</a>';
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter