Skip to content

Commit 90191d5

Browse files
committed
CS
1 parent 726e133 commit 90191d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/rest/class-stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function get_stats( \WP_REST_Request $request ) {
175175

176176
$data['plugin_url'] = \esc_url( \get_admin_url( null, 'admin.php?page=progress-planner' ) );
177177

178-
$active_plugins = \get_option( 'active_plugins' );
178+
$active_plugins = \get_option( 'active_plugins' );
179179
$data['plugins'] = [];
180180
foreach ( $active_plugins as $plugin ) {
181181
$plugin_data = \get_plugin_data( \WP_PLUGIN_DIR . '/' . $plugin );

0 commit comments

Comments
 (0)