Changeset 1665003
- Timestamp:
- 05/25/2017 09:49:03 PM (9 years ago)
- Location:
- wpcustom-category-image/trunk
- Files:
-
- 2 edited
-
css/categoryimage.css (modified) (1 diff)
-
load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpcustom-category-image/trunk/css/categoryimage.css
r1041674 r1665003 1 #categoryimage_remove_button{display: none;} 2 .wpcustom-category-image-item{max-width: 150px;} 3 .wpcustom-category-form-field .options{padding-bottom: 5px;} 1 #categoryimage_remove_button { 2 display: none; 3 } 4 5 .wpcustom-category-image-item { 6 max-width: 150px; 7 } 8 9 .wpcustom-category-form-field .options { 10 padding-bottom: 5px; 11 } 12 13 .column-image img { 14 max-width: 100%; 15 height: auto; 16 } -
wpcustom-category-image/trunk/load.php
r1660475 r1665003 2 2 /** 3 3 * Plugin Name: WPCustom Category Image 4 * Version: 2.1.1 14 * Version: 2.1.12 5 5 * Plugin URI: https://wordpress.org/plugins/wpcustom-category-image/ 6 6 * Text Domain: wpcustom-category-image … … 19 19 define('WPCCI_PATH_TEMPLATES', WPCCI_PATH_BASE . 'templates/'); 20 20 21 22 21 function wpcustomcategoryimage_textdomain() 23 22 { 24 23 load_plugin_textdomain('wpcustom-category-image', false, plugin_basename(WPCCI_PATH_BASE) . '/lang/'); 25 24 } 26 27 25 28 26 include_once WPCCI_PATH_BASE . 'helpers.php';
Note: See TracChangeset
for help on using the changeset viewer.