Plugin Directory

Changeset 1587726


Ignore:
Timestamp:
02/03/2017 12:00:14 AM (9 years ago)
Author:
Methodos
Message:

minor changes; compatibility checked with new update

Location:
indent-lists-button
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • indent-lists-button/trunk/ili-indent-lists-button.php

    r1580341 r1587726  
    22/*
    33 * Plugin Name: Indent Lists Button
    4  * Version: 0.1.3
     4 * Version: 0.1.31
    55 * Plugin URI: http://www.elisewebredactie.nl/indent-lists-button
    66 * Author: Klaas van der Linden
     
    3333        add_filter ( 'mce_buttons_2', array($this,'add_button') );
    3434    }
     35    // Make sure the right translations are loaded
    3536    function load_plugin_textdomain() {
    3637        load_plugin_textdomain ( 'indent-lists-button', FALSE, basename ( dirname ( __FILE__ ) ) . '/languages/' );
     
    4142        return $plugin_array;
    4243    }
    43     // Tell wordpress to add a button to its tinymce editor, the details of which are contained in the tinymce external plugin 'ili_mce_plugin' registered earlier
     44    // Tell wordpress to add a button to its tinymce editor, the details of which are contained in the tinymce external plugin 'ili_mce_plugin.js' registered earlier
    4445    function add_button($buttons) {
    4546        if (in_array ( 'indent', $buttons )) {
     
    5758        return $buttons;
    5859    }
    59     // Add padding:40px to frontend lists having class 'ili-indent'.
     60    // Add the new list css (see $this->css above in constructor) to frontend lists having class 'ili-indent'.
    6061    function frontend_css() {
    6162        ?>
  • indent-lists-button/trunk/readme.txt

    r1580326 r1587726  
    4646== Changelog ==
    4747
     48= 0.1.31 (2017-01-17) =
     49
     50* Minor adjustments; new Wordpress update checked and verified
     51
    4852= 0.1.3 (2017-01-17) =
    4953
Note: See TracChangeset for help on using the changeset viewer.