mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2025-08-28 06:26:00 +08:00
lint fixes
This commit is contained in:
parent
d106c178ac
commit
01a7f967a4
7 changed files with 395 additions and 243 deletions
18
helix.php
18
helix.php
|
@ -1,10 +1,16 @@
|
|||
<?php
|
||||
/*
|
||||
Plugin Name: Helix – Modern WP Admin
|
||||
Description: A React-powered replacement for the WordPress admin UI.
|
||||
Version: 0.1.0
|
||||
Author: Your Name
|
||||
*/
|
||||
/**
|
||||
* Main plugin file that bootstraps the Helix admin interface.
|
||||
*
|
||||
* @package Helix
|
||||
*/
|
||||
|
||||
/**
|
||||
* Plugin Name: Helix – Modern WP Admin
|
||||
* Description: A React-powered replacement for the WordPress admin UI.
|
||||
* Version: 0.1.0
|
||||
* Author: Abhijit Bhatnagar
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/admin/init.php';
|
||||
require_once __DIR__ . '/admin/rest-routes.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue