Changeset 7716
- Timestamp:
- 10/04/2018 08:52:06 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r7713 r7716 102 102 */ 103 103 require __DIR__ . '/inc/parser.php'; 104 105 /** 106 * CLI commands. 107 */ 108 if ( defined( 'WP_CLI' ) && WP_CLI ) { 109 require __DIR__ . '/inc/cli-commands.php'; 110 } 104 111 105 112
Note: See TracChangeset
for help on using the changeset viewer.