Changeset 1758013
- Timestamp:
- 11/03/2017 01:19:23 PM (8 years ago)
- Location:
- hebrew-font/trunk
- Files:
-
- 2 edited
-
hebrew-font.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hebrew-font/trunk/hebrew-font.php
r1145950 r1758013 4 4 * Plugin URI: http://www.webview.co.il/plugins/hebrew-font/ 5 5 * Description: Hebrew Font plugin provides an easy way to use Hebrew fonts on your WordPress website. 6 * Version: 0. 26 * Version: 0.3 7 7 * Author: Nilly Klein 8 8 * Author URI: http://www.webView.co.il … … 35 35 add_editor_style( str_replace( ',', '%2C', $font_url ) ); 36 36 } 37 add_action( 'init', 'hf_wp_mce_fonts_styles' );37 //add_action( 'init', 'hf_wp_mce_fonts_styles' ); 38 38 39 function hf_wp_mce_add_css( $mce_css ) { 40 if ( ! empty( $mce_css ) ) 41 $mce_css .= ','; 42 43 $mce_css .= '//fonts.googleapis.com/earlyaccess/alefhebrew.css,' . 44 '//fonts.googleapis.com/earlyaccess/notosanshebrew.css,' . 45 '//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css,' . 46 plugins_url( '/fonts/miriamclm/stylesheet.css', __FILE__ ) . ',' . 47 plugins_url( '/fonts/comixno2/stylesheet.css', __FILE__ ) . ','. 48 plugins_url( '/fonts/nehama/stylesheet.css', __FILE__ ); 49 50 return $mce_css; 51 } 52 53 add_filter( 'mce_css', 'hf_wp_mce_add_css' ); 39 54 40 55 // Enqueue plugin css -
hebrew-font/trunk/readme.txt
r1452870 r1758013 1 === Plugin Name===1 === Hebrew Font === 2 2 Contributors: WP100 3 3 Tags: hebrew, font, font-family, font-face, editor, dropdown, mce, alef, google fonts 4 4 Requires at least: 4.1.1 5 Tested up to: 4. 5.36 Stable tag: 0. 25 Tested up to: 4.8.3 6 Stable tag: 0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 = 0.2 = 55 55 Tested with WordPress 4.2 56 57 = 0.3 = 58 Fix error message: Failed to load content css
Note: See TracChangeset
for help on using the changeset viewer.