Plugin Directory

Changeset 1469372


Ignore:
Timestamp:
08/07/2016 03:43:48 AM (10 years ago)
Author:
yoihito
Message:

Fixed a layout problem.

Location:
tapwarp
Files:
2 deleted
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • tapwarp/tags/0.1.5/readme.txt

    r1469367 r1469372  
    6666== Changelog ==
    6767
     68= 0.1.5 =
     69
     70Fixed a layout problem.
     71
    6872= 0.1.4 =
    6973
  • tapwarp/tags/0.1.5/tapwarp.php

    r1469367 r1469372  
    44Plugin URI: http://twdemo.qaon.net/
    55Description: Upload pictures from smartphone to wordpress easily.
    6 Version:     0.1.4
     6Version:     0.1.5
    77Author:      Yuxiang Mao
    88Author URI:  http://qaon.net
     
    6969        </div>
    7070    </div>
     71    <?php
     72       
     73    }
     74
     75    add_action( 'admin_print_footer_scripts' , 'tapwarp_on_footer_scripts' );
     76
     77    function tapwarp_on_footer_scripts()
     78    {
     79    ?>
    7180    <script>
    7281    jQuery(document).ready(function($) {
     
    8089    </script>
    8190    <?php
    82        
    8391    }
    8492}
  • tapwarp/trunk/readme.txt

    r1469367 r1469372  
    6666== Changelog ==
    6767
     68= 0.1.5 =
     69
     70Fixed a layout problem.
     71
    6872= 0.1.4 =
    6973
  • tapwarp/trunk/tapwarp.php

    r1469367 r1469372  
    44Plugin URI: http://twdemo.qaon.net/
    55Description: Upload pictures from smartphone to wordpress easily.
    6 Version:     0.1.4
     6Version:     0.1.5
    77Author:      Yuxiang Mao
    88Author URI:  http://qaon.net
     
    6969        </div>
    7070    </div>
     71    <?php
     72       
     73    }
     74
     75    add_action( 'admin_print_footer_scripts' , 'tapwarp_on_footer_scripts' );
     76
     77    function tapwarp_on_footer_scripts()
     78    {
     79    ?>
    7180    <script>
    7281    jQuery(document).ready(function($) {
     
    8089    </script>
    8190    <?php
    82        
    8391    }
    8492}
Note: See TracChangeset for help on using the changeset viewer.