Plugin Directory

Changeset 1838902


Ignore:
Timestamp:
03/12/2018 07:57:47 PM (8 years ago)
Author:
FoolsRun
Message:

Tested on 4.9+

Location:
bootstrap-3-shortcodes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bootstrap-3-shortcodes/trunk/bootstrap-shortcodes.php

    r1489477 r1838902  
    12471247                $class  ='';
    12481248                $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"]) : '';
    12501250
    12511251                if(!isset($tab["tab"]["link"])) {
  • bootstrap-3-shortcodes/trunk/includes/help/bs-font.css

    r991902 r1838902  
    1111
    1212.bs_bootstrap-logo {
    13     padding: 0 3px;
     13    padding: 0 3px;
    1414}
    1515.wp-media-buttons .add_media span.bs_bootstrap-logo:before,
    1616.mce-i-bootstrap-shortcodes:before {
    17     font-family: 'bss4wp' !important;
     17    font-family: 'bss4wp' !important;
    1818    content: "\e600" !important;
    19     color: #6f5499 !important;
     19    color: #6f5499 !important;
    2020    speak: none;
    2121    font-style: normal;
     
    2424    text-transform: none;
    2525    line-height: 1;
     26    position: relative;
     27    top: -1px;
    2628
    2729    /* Better Font Rendering =========== */
     
    3032}
    3133#wp_fs_bootstrap-shortcodes {
    32     font-size: 14px !important;
     34    font-size: 14px !important;
    3335}
  • bootstrap-3-shortcodes/trunk/readme.txt

    r1489477 r1838902  
    33Tags: bootstrap, shortcode, shortcodes, responsive, grid
    44Requires at least: 3.8
    5 Tested up to: 4.6
     5Tested up to: 4.9.4
    66Stable tag: 3.3.10
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.