Changeset 10360 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
- Timestamp:
- 10/11/2020 07:44:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
r9904 r10360 64 64 add_action( 'rest_api_init', array( __NAMESPACE__ . '\REST_API\Base', 'load_endpoints' ) ); 65 65 66 //Locales\Serbian_Latin::init(); 67 66 68 if ( defined( 'WP_CLI' ) && WP_CLI ) { 67 69 $this->register_cli_commands();
Note: See TracChangeset
for help on using the changeset viewer.