mirror of
https://github.com/WenPai-org/bbpress-support-toolkit.git
synced 2025-08-18 05:07:13 +08:00
Add 'Requires Plugins' header to plugin file
Added the 'Requires Plugins: bbpress' header to the plugin metadata block in bbpress-support-toolkit.php for improved plugin dependency declaration. Also reformatted the header comments for consistency.
This commit is contained in:
parent
32440707c3
commit
fb199afb4f
1 changed files with 12 additions and 11 deletions
|
@ -1,16 +1,17 @@
|
|||
<?php
|
||||
/*
|
||||
Plugin Name: bbPress Support Toolkit
|
||||
Plugin URI: https://cyberforums.com/bbpress-support-toolkit
|
||||
Author: Cyberforums.com
|
||||
Author URI: https://cyberforums.com
|
||||
Description: Transform your bbPress forums into comprehensive support forums with status management, user ranking, and premium features
|
||||
Version: 1.1.0
|
||||
Requires at least: 5.0
|
||||
Tested up to: 6.8
|
||||
Requires PHP: 7.4
|
||||
Text Domain: bbpress-support-toolkit
|
||||
Domain Path: /languages
|
||||
* Plugin Name: bbPress Support Toolkit
|
||||
* Plugin URI: https://cyberforums.com/bbpress-support-toolkit
|
||||
* Author: Cyberforums.com
|
||||
* Author URI: https://cyberforums.com
|
||||
* Description: Transform your bbPress forums into comprehensive support forums with status management, user ranking, and premium features
|
||||
* Version: 1.1.0
|
||||
* Requires at least: 5.0
|
||||
* Tested up to: 6.8
|
||||
* Requires PHP: 7.4
|
||||
* Requires Plugins: bbpress
|
||||
* Text Domain: bbpress-support-toolkit
|
||||
* Domain Path: /languages
|
||||
*/
|
||||
|
||||
if (!defined("ABSPATH")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue