Skip to content

Commit

Permalink
fix: added wp_attachment_pages_enabled option to export
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Nov 20, 2023
1 parent 5f07e44 commit bf39694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/cm4all-wp-impex/profiles/export-profile-base.php
Expand Up @@ -32,6 +32,7 @@
'blogname', // aka website title
'blogdescription',
'site_logo', // website logo
'site_icon' // website icon
'site_icon', // website icon
'wp_attachment_pages_enabled', // enable/disable attachment pages (see https://make.wordpress.org/core/2023/10/16/changes-to-attachment-pages/)
],],
);

0 comments on commit bf39694

Please sign in to comment.