Making WordPress.org


Ignore:
Timestamp:
01/29/2016 04:42:03 AM (8 years ago)
Author:
iandunn
Message:

WordCamp WP-CLI: Convert set-skip-feature-flags.php to a WP-CLI command.

Previously it was an old-school bin script in our private repository. This is much nicer, and open-source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/helper-functions.php

    r2092 r2418  
    113113 * don't have the flag, i.e., to run by default.
    114114 *
    115  * Doing it this way means that local development environments like the Meta Environment don't have add any
     115 * Doing it this way means that local development environments like the Meta Environment don't to have add any
    116116 * new filters in order to start using the new functionality.
     117 *
     118 * See WordCamp_CLI_Miscellaneous::set_skip_feature_flag() for how to set the flags.
    117119 *
    118120 * @param string $flag
Note: See TracChangeset for help on using the changeset viewer.