Changeset 3874:ab8368569446 for plugins/pages/_install.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_install.php
r3731 r3874 22 22 23 23 // Create a first pending page, only on a new installation of this plugin 24 $params = array(24 $params = [ 25 25 'post_type' => 'page', 26 26 'no_content' => true 27 );27 ]; 28 28 $counter = $core->blog->getPosts($params, true); 29 29
Note: See TracChangeset
for help on using the changeset viewer.