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
  • plugins/pages/_install.php

    r3731 r3874  
    2222 
    2323    // Create a first pending page, only on a new installation of this plugin 
    24     $params = array( 
     24    $params = [ 
    2525        'post_type'  => 'page', 
    2626        'no_content' => true 
    27     ); 
     27    ]; 
    2828    $counter = $core->blog->getPosts($params, true); 
    2929 
Note: See TracChangeset for help on using the changeset viewer.

Sites map