Changeset 1842584
- Timestamp:
- 03/19/2018 09:13:45 AM (8 years ago)
- Location:
- lineunbreaker/trunk
- Files:
-
- 2 edited
-
isa-tinymce-lineunbreaker.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lineunbreaker/trunk/isa-tinymce-lineunbreaker.php
r768882 r1842584 2 2 /* 3 3 Plugin Name: Lineunbreaker 4 Plugin URI: http://wordpress.org/extend/plugins/lineunbreaker/ 4 Plugin URI: http://wordpress.org/extend/plugins/lineunbreaker/ 5 5 Description: Removes line breaks from selected text in visual editor. 6 Version: 1. 1.16 Version: 1.2 7 7 Author: dc5ala 8 8 License: GPL2 9 9 */ 10 10 11 /* Copyright 201 3Andre Lohan (email : dc5ala@darc.de)11 /* Copyright 2018 Andre Lohan (email : dc5ala@darc.de) 12 12 13 13 This program is free software; you can redistribute it and/or modify 14 it under the terms of the GNU General Public License, version 2, as 14 it under the terms of the GNU General Public License, version 2, as 15 15 published by the Free Software Foundation. 16 16 … … 44 44 add_filter( 'mce_external_plugins', 'isa_tinymce_lineunbreaker_plugin', 999 ); 45 45 add_filter( 'mce_buttons', 'isa_tinymce_lineunbreaker_buttons', 999 ); 46 } 46 } 47 47 } 48 48 add_action( 'init', 'isa_tinymce_lineunbreaker_init' ); … … 53 53 } 54 54 add_action( 'admin_enqueue_scripts', 'isa_qtags_lineunbreaker_buttons' ); 55 56 ?> -
lineunbreaker/trunk/readme.txt
r768883 r1842584 1 1 === Lineunbreaker === 2 Contributors: dc5ala 2 Contributors: dc5ala 3 3 Tags: tinymce, editor, newlines, linebreaks 4 4 Requires at least: 3.2 5 Tested up to: 3. 66 Stable tag: 1. 1.15 Tested up to: 3.9.4 6 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 When you copy and paste text from another source, e.g. a PDF document or the web you end up having lots of line breaks that 15 will mess up formatting. With this plugin you can remove those unwanted line breaks by selecting the paragraph you want to 16 clean in the text and click the new button "!br" in the editors toolbar. Continue doing this for each paragraph you want to 14 When you copy and paste text from another source, e.g. a PDF document or the web you end up having lots of line breaks that 15 will mess up formatting. With this plugin you can remove those unwanted line breaks by selecting the paragraph you want to 16 clean in the text and click the new button "!br" in the editors toolbar. Continue doing this for each paragraph you want to 17 17 clean. 18 18
Note: See TracChangeset
for help on using the changeset viewer.