Plugin Directory

Changeset 1181282


Ignore:
Timestamp:
06/15/2015 06:11:06 PM (11 years ago)
Author:
meskat.jahan
Message:

updating main file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mj-show-more/trunk/mj_showmore.php

    r1180690 r1181282  
    3434function lwp_showmore_scripts(){
    3535        wp_enqueue_script('jquery'); 
     36         wp_enqueue_style( 'mj_showmore-css', plugins_url( '/css/style.css', __FILE__ ));
    3637?>
    3738<script type="text/javascript">
     
    5354</script>
    5455
    55 <style type="text/css">
    56 .mjshowmore{display:none;}
    57 </style>
     56
    5857<?php
    5958
Note: See TracChangeset for help on using the changeset viewer.