Dotclear


Ignore:
Timestamp:
09/14/18 12:16:17 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

short notation for array (array() → [])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/prepend.php

    r3731 r3874  
    130130# Prepare the HTTP cache thing 
    131131$mod_files = get_included_files(); 
    132 $mod_ts    = array(); 
     132$mod_ts    = []; 
    133133$mod_ts[]  = $core->blog->upddt; 
    134134 
    135 $__theme_tpl_path = array( 
     135$__theme_tpl_path = [ 
    136136    $core->blog->themes_path . '/' . $__theme . '/tpl' 
    137 ); 
     137]; 
    138138if ($__parent_theme) { 
    139139    $__theme_tpl_path[] = $core->blog->themes_path . '/' . $__parent_theme . '/tpl'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map