Changeset 1406457
- Timestamp:
- 04/28/2016 11:59:13 AM (10 years ago)
- Location:
- blank-footnotes/trunk
- Files:
-
- 5 edited
-
bfn.js (modified) (2 diffs)
-
blank-footnotes.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blank-footnotes/trunk/bfn.js
r1351714 r1406457 12 12 type: 'textbox', 13 13 name: 'note_id', 14 label: ' Insert number note',14 label: 'Enter note number', 15 15 value: '' 16 16 } ], … … 33 33 type: 'textbox', 34 34 name: 'note_id', 35 label:' Insert number note',35 label:'Enter note number', 36 36 value: '' 37 37 } ], -
blank-footnotes/trunk/blank-footnotes.php
r1405697 r1406457 17 17 Plugin URI: https://github.com/conraid/blank-footnotes 18 18 Description: Footnotes in Markdown mode 19 Version: 1. 419 Version: 1.5 20 20 Author: Corrado Franco <conraid@linux.it> 21 21 Author URI: http://conraid.net … … 134 134 135 135 function bfn_foot_callback() { 136 var id = prompt("<?php esc_html_e( 'Enter n umber note', 'blank-footnotes' ); ?>");136 var id = prompt("<?php esc_html_e( 'Enter note number', 'blank-footnotes' ); ?>"); 137 137 138 138 if (id != null) { -
blank-footnotes/trunk/changelog.txt
r1405697 r1406457 1 1 *** Blank Footnotes *** 2 3 2016-04.30 version 1.5 4 5 * Fix typo 2 6 3 7 2016-04.20 version 1.4 -
blank-footnotes/trunk/readme.txt
r1405697 r1406457 4 4 Tags: footnotes, footnote, notes, reference, endnotes, formatting 5 5 Requires at least: 4.4 6 Tested up to: 4.5 7 Stable tag: 1. 46 Tested up to: 4.5.1 7 Stable tag: 1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.5 = 47 48 * Fix typo 49 46 50 = 1.4 = 47 51 -
blank-footnotes/trunk/uninstall.php
r1340440 r1406457 10 10 11 11 /** 12 * If plugin is not being uninstalled, exit (do nothing) 12 * If plugin is not being uninstalled, exit (do nothing). 13 13 */ 14 14 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.