Changeset 1838902
- Timestamp:
- 03/12/2018 07:57:47 PM (8 years ago)
- Location:
- bootstrap-3-shortcodes/trunk
- Files:
-
- 3 edited
-
bootstrap-shortcodes.php (modified) (1 diff)
-
includes/help/bs-font.css (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bootstrap-3-shortcodes/trunk/bootstrap-shortcodes.php
r1489477 r1838902 1247 1247 $class =''; 1248 1248 $class .= ( !empty($tab["tab"]["active"]) || ($GLOBALS['tabs_default_active'] && $i == 0) ) ? 'active' : ''; 1249 $class .= ( !empty($tab["tab"]["xclass"]) ) ? ' ' . sanitize_html_class($tab["tab"]["xclass"]) : '';1249 $class .= ( !empty($tab["tab"]["xclass"]) ) ? ' ' . esc_attr($tab["tab"]["xclass"]) : ''; 1250 1250 1251 1251 if(!isset($tab["tab"]["link"])) { -
bootstrap-3-shortcodes/trunk/includes/help/bs-font.css
r991902 r1838902 11 11 12 12 .bs_bootstrap-logo { 13 padding: 0 3px;13 padding: 0 3px; 14 14 } 15 15 .wp-media-buttons .add_media span.bs_bootstrap-logo:before, 16 16 .mce-i-bootstrap-shortcodes:before { 17 font-family: 'bss4wp' !important;17 font-family: 'bss4wp' !important; 18 18 content: "\e600" !important; 19 color: #6f5499 !important;19 color: #6f5499 !important; 20 20 speak: none; 21 21 font-style: normal; … … 24 24 text-transform: none; 25 25 line-height: 1; 26 position: relative; 27 top: -1px; 26 28 27 29 /* Better Font Rendering =========== */ … … 30 32 } 31 33 #wp_fs_bootstrap-shortcodes { 32 font-size: 14px !important;34 font-size: 14px !important; 33 35 } -
bootstrap-3-shortcodes/trunk/readme.txt
r1489477 r1838902 3 3 Tags: bootstrap, shortcode, shortcodes, responsive, grid 4 4 Requires at least: 3.8 5 Tested up to: 4. 65 Tested up to: 4.9.4 6 6 Stable tag: 3.3.10 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.