Making WordPress.org

Changeset 10698


Ignore:
Timestamp:
02/17/2021 11:01:46 PM (4 years ago)
Author:
coffee2code
Message:

Developer, CLI: Fix typos in inline docs.

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  
    3636     *
    3737     *     # Parse a particular version of WP.
    38      *     $ wp evhub parse --wp_ver=5.5.2
     38     *     $ wp devhub parse --wp_ver=5.5.2
    3939     *
    4040     * @when after_wp_load
     
    146146            if ( $res && ! empty( $res->stderr ) ) {
    147147                // Remove file that indicates plugin was automatically installed since
    148                 // user needs to intervene to build dependencies and we dont' want to
     148                // user needs to intervene to build dependencies and we don't want to
    149149                // inconvenience them for every parsing.
    150150                // @todo Consider using git checkout
Note: See TracChangeset for help on using the changeset viewer.