Plugin Directory

Changeset 2683800


Ignore:
Timestamp:
02/23/2022 02:44:44 PM (4 years ago)
Author:
bestony
Message:

feat: add comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debugger-options-framework/trunk/debugger-options-framework.php

    r2681829 r2683800  
    11<?php
     2
     3/**
     4 * Plugin Name: Options Framework Debugger
     5 * Plugin URI:        https://example.com/plugins/the-basics/
     6 * Description:       Handle the basics with this plugin.
     7 * Version:           1.10.3
     8 * Requires at least: 5.2
     9 * Requires PHP:      7.2
     10 * Author:            John Smith
     11 * Author URI:        https://author.example.com/
     12 * License:           GPL v2 or later
     13 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     14 * Update URI:        https://example.com/my-plugin/
     15 * Text Domain:       my-basics-plugin
     16 * Domain Path:       /languages
     17 */
Note: See TracChangeset for help on using the changeset viewer.