Changeset 7612 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/cli.php
- Timestamp:
- 08/15/2018 02:38:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/cli.php
r7611 r7612 6 6 private static $meta_key = 'wporg_cli_markdown_source'; 7 7 private static $supported_post_types = array( 'command' ); 8 private static $posts_per_page = 400;8 private static $posts_per_page = -1; 9 9 private static $non_bundled_commands = array( 10 10 'https://github.com/wp-cli/admin-command',
Note: See TracChangeset
for help on using the changeset viewer.