Changeset 45916
- Timestamp:
- 08/30/2019 04:15:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r45611 r45916 16 16 * 17 17 * /* 18 * Plugin Name: Name of Plugin19 * Plugin URI: Link to plugin information20 * Description: Plugin Description21 * Author: Plugin author's name 22 * Author URI: Link to the author's web site23 * Version: Must be set in the plugin for WordPress 2.3+18 * Plugin Name: Name of the plugin. 19 * Plugin URI: The home page of the plugin. 20 * Description: Plugin description. 21 * Author: Plugin author's name. 22 * Author URI: Link to the author's website. 23 * Version: Plugin version. 24 24 * Text Domain: Optional. Unique identifier, should be same as the one used in 25 * load_plugin_textdomain() 25 * load_plugin_textdomain(). 26 26 * Domain Path: Optional. Only useful if the translations are located in a 27 27 * folder above the plugin's base path. For example, if .mo files are
Note: See TracChangeset
for help on using the changeset viewer.