Plugin Directory

Changeset 139974

Timestamp:
07/28/2009 01:56:39 AM (15 years ago)
Author:
goodmast3r
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • diggme/diggme.php

    r138784 r139974  
    2020    function init()
    2121    {
    22         ?>
    23         <link href="<?php echo get_option('siteurl'); ?>/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
    24         <?php
    2522    }
    2623   
     
    4037    function the_content_filter($content)
    4138    {
     39
     40
     41
    4242        return $this->displaydigg() . $content;
    4343    }
Note: See TracChangeset for help on using the changeset viewer.