Plugin Directory

Changeset 1191165


Ignore:
Timestamp:
07/02/2015 10:24:07 AM (11 years ago)
Author:
madeforbrowser
Message:

removed bug in including css file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mfbtooltip/trunk/mfbtooltip.php

    r1189065 r1191165  
    44Plugin URI: http://daily.madeforbrowser.com/
    55Description: simple tooltip, add class mfbtooltip  and data-tooltip="tooltipcontent" to all links. to show tooltip at bottom of link use class mfbtooltiprev instead of mfbtooltip
    6 Version: 1.0 
     6Version: 1.0
    77Author: Bjoern Zschernack
    88Author URI: http://daily.madeforbrowser.com/
     
    1616the Free Software Foundation, either version 2 of the License, or
    1717any later version.
    18  
     18
    1919mfbTooltip is distributed in the hope that it will be useful,
    2020but WITHOUT ANY WARRANTY; without even the implied warranty of
    2121MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    2222GNU General Public License for more details.
    23  
     23
    2424You should have received a copy of the GNU General Public License
    2525along with mfbTooltip. If not, see http://www.gnu.org/licenses/gpl.html.
     
    3030 */
    3131function tooltip_styles() {
    32    wp_enqueue_style( 'mfbtooltip', plugins_url().'/mfbTooltip/mfbtooltip.css' );
     32   wp_enqueue_style( 'mfbtooltip', plugins_url().'/mfbtooltip/mfbtooltip.css' );
    3333}
    34 add_action( 'wp_enqueue_scripts', 'tooltip_styles' ); 
     34add_action( 'wp_enqueue_scripts', 'tooltip_styles' );
    3535?>
Note: See TracChangeset for help on using the changeset viewer.