芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/wordpress-seo-premium/src/config/badge-group-names.php
'16.5-beta0', ]; /** * Badge_Group_Names constructor. * * @param string|null $version Optional. The current version number. */ public function __construct( $version = null ) { parent::__construct( $version ); if ( ! $version ) { $version = \WPSEO_PREMIUM_VERSION; } $this->version = $version; } }