Update header footnotes.php
Fix header docblock as discussed in https://github.com/markcheret/footnotes/pull/38#discussion_r581415367
This commit is contained in:
parent
cb43a1f6be
commit
f1e40bb3e4
1 changed files with 10 additions and 12 deletions
|
@ -1,20 +1,18 @@
|
|||
<?php // phpcs:disable Squiz.Commenting.FileComment.Missing
|
||||
// phpcs:disable Squiz.Commenting.FileComment.MissingPackageTag
|
||||
/**
|
||||
Plugin Name: footnotes
|
||||
Plugin URI: https://wordpress.org/plugins/footnotes/
|
||||
Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
||||
Author: Mark Cheret
|
||||
Version: 2.5.6
|
||||
Author URI: http://cheret.de/plugins/footnotes-2/
|
||||
Text Domain: footnotes
|
||||
Domain Path: /languages
|
||||
* Plugin Name: footnotes
|
||||
* Plugin URI: https://wordpress.org/plugins/footnotes/
|
||||
* Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
||||
* Author: Mark Cheret
|
||||
* Version: 2.5.6
|
||||
* Author URI: http://cheret.de/plugins/footnotes-2/
|
||||
* Text Domain: footnotes
|
||||
* Domain Path: /languages
|
||||
*
|
||||
* @copyright 2021 Mark Cheret (email: mark@cheret.de)
|
||||
*/
|
||||
// phpcs:enable
|
||||
|
||||
/*
|
||||
* Copyright 2021 Mark Cheret (email: mark@cheret.de)
|
||||
*/
|
||||
/**
|
||||
* Version number for stylesheet cache busting.
|
||||
*
|
||||
|
|
Reference in a new issue