┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/revisions/afficher_diff
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: id_rubrique.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } include_spip('inc/diff'); /** * Afficher le diff d'un id_rubrique * on affiche en fait le deplacement si id_rubrique a change * le nom de la rubrique sinon * * @param string $champ * @param string $old * @param string $new * @param string $format * @return string */ function afficher_diff_id_rubrique_dist($champ, $old, $new, $format = 'diff') { // ne pas se compliquer la vie ! if ($old == $new) { $out = _T('info_dans_rubrique') . ' <b>« ' . generer_objet_info($new, 'rubrique', 'titre') . ' »</b>'; } else { $out = _T( 'revisions:version_deplace_rubrique', [ 'from' => generer_objet_info($old, 'rubrique', 'titre'), 'to' => generer_objet_info($new, 'rubrique', 'titre') ] ); } return $out; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 champ.php
PHP
2 KB
2026-04-27 15:55
EDIT
📄 id_rubrique.php
PHP
1.4 KB
2026-04-27 15:55
EDIT
📄 jointure.php
PHP
2.2 KB
2026-04-27 15:55
EDIT