Changeset 1626758 for re-add-underline-justify
- Timestamp:
- 03/31/2017 03:02:54 PM (9 years ago)
- Location:
- re-add-underline-justify/trunk
- Files:
-
- 2 edited
-
re-add-underline-justify.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
re-add-underline-justify/trunk/re-add-underline-justify.php
r1574588 r1626758 5 5 * Description: This very simple plugin re-adds the Editor text underline, text justify and rearrange buttons as they were before WordPress 4.7. 6 6 * Author: Brice Capobianco 7 * Version: 0.1. 37 * Version: 0.1.4 8 8 * Author URI: https://www.b-website.com/ 9 9 * Domain Path: /langs … … 44 44 45 45 if ( $file === 're-add-underline-justify/re-add-underline-justify.php' ) { 46 $paypalDonate = 'https:// www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8';47 $links[] = '<a href="http ://b-website.com/category/plugins" target="_blank" title="' . __( 'More b*web Plugins', 'simple-revisions-delete' ) . '">'. __( 'More b*web Plugins', 'simple-revisions-delete' ) .'</a>';46 $paypalDonate = 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8'; 47 $links[] = '<a href="https://www.b-website.com/category/plugins" target="_blank" title="' . __( 'More b*web Plugins', 'simple-revisions-delete' ) . '">'. __( 'More b*web Plugins', 'simple-revisions-delete' ) .'</a>'; 48 48 $links[] = '<a href="' . $paypalDonate . '" target="_blank" title="' . __( 'Donate to this plugin »' ) . '"><strong>' . __( 'Donate to this plugin »' ) . '</strong></a>'; 49 49 } -
re-add-underline-justify/trunk/readme.txt
r1574588 r1626758 4 4 Tags: mce, editor, underline, justify, tinyMCE, 4.7, wysiwyg, visual editor 5 5 Requires at least: 4.7 6 Tested up to: 4.7 7 Stable tag: 0.1. 36 Tested up to: 4.7.3 7 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 64 = 0.1.4 - 03/31/2017 = 65 * Tested on WP 4.7.3 with success! 66 * Fix broken links in plugins meta 67 64 68 = 0.1.3 - 01/14/2016 = 65 69 * Added the fourth option to only re-add justify button (push methode)
Note: See TracChangeset
for help on using the changeset viewer.