Changeset 10698
- Timestamp:
- 02/17/2021 11:01:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/cli-commands.php
r10697 r10698 36 36 * 37 37 * # Parse a particular version of WP. 38 * $ wp evhub parse --wp_ver=5.5.238 * $ wp devhub parse --wp_ver=5.5.2 39 39 * 40 40 * @when after_wp_load … … 146 146 if ( $res && ! empty( $res->stderr ) ) { 147 147 // Remove file that indicates plugin was automatically installed since 148 // user needs to intervene to build dependencies and we don t'want to148 // user needs to intervene to build dependencies and we don't want to 149 149 // inconvenience them for every parsing. 150 150 // @todo Consider using git checkout
Note: See TracChangeset
for help on using the changeset viewer.