WP File Manager
Current Path:
/
home
/
argothem
/
www
/
v4_old
/
plugins-dist
/
porte_plume
/
barre_outils
/
Name
Action
..
HTMLSax3.php
Edit
class.JavaScriptPacker.php
Edit
edition.php
Edit
forum.php
Edit
mejs-init.js
Edit
sites_administrations.php
Edit
sites_pipelines.php
Edit
spip.php
Edit
svp_decider.php
Edit
svp_plugin.php
Edit
vide.php
Edit
Editing: vide.php
<?php /** * Déclaration de la barre d'outil vide de SPIP * * @plugin Porte Plume pour SPIP * @license GPL * @package SPIP\PortePlume\BarreOutils */ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Définition de la barre 'vide' pour markitup * * @return Barre_outils La barre d'outil */ function barre_outils_vide() { $set = new Barre_outils([ 'nameSpace' => 'vide', 'markupSet' => [], ]); $set->cacherTout(); return $set; }