Changeset 125421 in spip-zone for _plugins_/pages/trunk/pages_pipelines.php
- Timestamp:
- Aug 28, 2020, 4:11:16 PM (6 months ago)
- Location:
- _plugins_/pages/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/pages/trunk
- Property subgit:lock:24fe3fbf1678f6587413b4abbf2779f218aa3311 deleted
-
Property
subgit:lock:369e1ef10133c210a9ebc999f389679c1d4b9c90
set to
2020-08-28T18:17:27.844
-
_plugins_/pages/trunk/pages_pipelines.php
r125335 r125421 38 38 39 39 // On cherche et remplace l'entete de la page : "modifier la page" 40 $cherche = "/(<div[^>]*class=('|\")entete-formulaire.* ?<\/span>).*?(<h1>.*?<\/h1>.*?<\/div>)/is";40 $cherche = "/(<div[^>]*class=('|\")entete-formulaire.*<\/span>).*?(<h1>.*?<\/h1>.*?<\/div>)/is"; 41 41 $surtitre = _T('pages:modifier_page'); 42 42 $remplace = "$1$surtitre$3";
Note: See TracChangeset
for help on using the changeset viewer.