Plugin Directory

Changeset 1406457


Ignore:
Timestamp:
04/28/2016 11:59:13 AM (10 years ago)
Author:
conraid
Message:

Fix typo

Location:
blank-footnotes/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • blank-footnotes/trunk/bfn.js

    r1351714 r1406457  
    1212                        type: 'textbox',
    1313                        name: 'note_id',
    14                         label: 'Insert number note',
     14                        label: 'Enter note number',
    1515                        value: ''
    1616                    } ],
     
    3333                        type: 'textbox',
    3434                        name: 'note_id',
    35                         label:'Insert number note',
     35                        label:'Enter note number',
    3636                        value: ''
    3737                    } ],
  • blank-footnotes/trunk/blank-footnotes.php

    r1405697 r1406457  
    1717Plugin URI: https://github.com/conraid/blank-footnotes
    1818Description: Footnotes in Markdown mode
    19 Version: 1.4
     19Version: 1.5
    2020Author: Corrado Franco <conraid@linux.it>
    2121Author URI: http://conraid.net
     
    134134
    135135    function bfn_foot_callback() {
    136         var id = prompt("<?php esc_html_e( 'Enter number note', 'blank-footnotes' ); ?>");
     136        var id = prompt("<?php esc_html_e( 'Enter note number', 'blank-footnotes' ); ?>");
    137137
    138138        if (id != null) {
  • blank-footnotes/trunk/changelog.txt

    r1405697 r1406457  
    11*** Blank Footnotes ***
     2
     32016-04.30 version 1.5
     4
     5* Fix typo
    26
    372016-04.20 version 1.4
  • blank-footnotes/trunk/readme.txt

    r1405697 r1406457  
    44Tags: footnotes, footnote, notes, reference, endnotes, formatting
    55Requires at least: 4.4
    6 Tested up to: 4.5
    7 Stable tag: 1.4
     6Tested up to: 4.5.1
     7Stable tag: 1.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
     46= 1.5 =
     47
     48* Fix typo
     49
    4650= 1.4 =
    4751
  • blank-footnotes/trunk/uninstall.php

    r1340440 r1406457  
    1010
    1111/**
    12  * If plugin is not being uninstalled, exit (do nothing)
     12 * If plugin is not being uninstalled, exit (do nothing).
    1313 */
    1414if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
Note: See TracChangeset for help on using the changeset viewer.