Changeset 7598
- Timestamp:
- 08/08/2018 03:50:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/inc/docs-importer.php
r7142 r7598 9 9 private static $submit_name = 'wporg-gutenberg-markdown-import'; 10 10 private static $supported_post_types = array( 'handbook' ); 11 private static $posts_per_page = 100;11 private static $posts_per_page = -1; 12 12 13 13 /**
Note: See TracChangeset
for help on using the changeset viewer.