Changeset 2014934
- Timestamp:
- 01/18/2019 04:01:09 PM (7 years ago)
- Location:
- metapic/trunk
- Files:
-
- 3 edited
-
classes/WP_MTPC.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
metapic/trunk/classes/WP_MTPC.php
r2014916 r2014934 260 260 261 261 // Register new button in the editor 262 add_filter( 'mce_buttons _2',262 add_filter( 'mce_buttons', 263 263 function ( $buttons ) use ( $mce_plugin_name ) { 264 264 array_push( $buttons, $mce_plugin_name . "link" ); -
metapic/trunk/index.php
r2014921 r2014934 4 4 Plugin URI: http://metapic.com/ 5 5 Description: Metapic image tagging 6 Version: 1.6. 56 Version: 1.6.6 7 7 Author: Metapic 8 8 Author URI: http://metapic.com/ -
metapic/trunk/readme.txt
r2014921 r2014934 135 135 * Even more URL normalizations 136 136 * Fix deeplink publishing for non Gutenberg sites 137 138 = 1.6.6 = 139 * Move up TinyMCE buttons again
Note: See TracChangeset
for help on using the changeset viewer.