Plugin Directory

Changeset 1155177


Ignore:
Timestamp:
05/07/2015 08:02:53 AM (11 years ago)
Author:
Webnist
Message:

Fixed bug: Quicktags

Location:
custom-nextpage/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • custom-nextpage/trunk/custom-nextpage.php

    r1124088 r1155177  
    55Description: MultiPage is a customizable plugin. Can any title on the page.
    66Author: Webnist
    7 Version: 1.1.0
     7Version: 1.1.1
    88Author URI: http://profiles.wordpress.org/webnist
    99License: GPLv2 or later
  • custom-nextpage/trunk/includes/class-admin-editor.php

    r991536 r1155177  
    6969    // add more buttons to the html editor
    7070    function quicktags() {
    71         if ( wp_script_is( 'quicktags' ) ) {
     71        if ( ! wp_script_is( 'custom-nextpage-quicktags' ) ) {
    7272            wp_enqueue_script( 'custom-nextpage-quicktags', CUSTOM_NEXTPAGE_URL . '/js/quicktags.js', array('quicktags'), $this->version, true );
    7373 ?>
  • custom-nextpage/trunk/readme.txt

    r1124088 r1155177  
    44Tags: nextpage multipage
    55Requires at least: 3.6
    6 Tested up to: 4.0
    7 Version: 1.1.0
     6Tested up to: 4.2.2
     7Version: 1.1.1
    88License: GPLv2 or later
    99
     
    4242
    4343== Changelog ==
     44
     45= 1.1.1 =
     46Fixed bug: Quicktags
    4447
    4548= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.