Changeset 1155177
- Timestamp:
- 05/07/2015 08:02:53 AM (11 years ago)
- Location:
- custom-nextpage/trunk
- Files:
-
- 3 edited
-
custom-nextpage.php (modified) (1 diff)
-
includes/class-admin-editor.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-nextpage/trunk/custom-nextpage.php
r1124088 r1155177 5 5 Description: MultiPage is a customizable plugin. Can any title on the page. 6 6 Author: Webnist 7 Version: 1.1. 07 Version: 1.1.1 8 8 Author URI: http://profiles.wordpress.org/webnist 9 9 License: GPLv2 or later -
custom-nextpage/trunk/includes/class-admin-editor.php
r991536 r1155177 69 69 // add more buttons to the html editor 70 70 function quicktags() { 71 if ( wp_script_is( 'quicktags' ) ) {71 if ( ! wp_script_is( 'custom-nextpage-quicktags' ) ) { 72 72 wp_enqueue_script( 'custom-nextpage-quicktags', CUSTOM_NEXTPAGE_URL . '/js/quicktags.js', array('quicktags'), $this->version, true ); 73 73 ?> -
custom-nextpage/trunk/readme.txt
r1124088 r1155177 4 4 Tags: nextpage multipage 5 5 Requires at least: 3.6 6 Tested up to: 4. 07 Version: 1.1. 06 Tested up to: 4.2.2 7 Version: 1.1.1 8 8 License: GPLv2 or later 9 9 … … 42 42 43 43 == Changelog == 44 45 = 1.1.1 = 46 Fixed bug: Quicktags 44 47 45 48 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.