diff --git a/src/wordpress-plugin-features.php b/src/wordpress-plugin-features.php index 4026e56..7c66fcc 100644 --- a/src/wordpress-plugin-features.php +++ b/src/wordpress-plugin-features.php @@ -71,7 +71,7 @@ protected function get_plugin_features( WordPress_Plugin $plugin ) { static function ( $name, $feature ) { return \sprintf( ' ', - \esc_attr( $feature ) . '_button', + \esc_attr( $feature . '_button' ), \esc_attr( $feature ), \esc_html( $name ) );