lint fixes

This commit is contained in:
Abhijit Bhatnagar 2025-08-10 00:09:35 +05:30
parent d106c178ac
commit 01a7f967a4
7 changed files with 395 additions and 243 deletions

View file

@ -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';