Plugin Directory

Changeset 139891


Ignore:
Timestamp:
07/27/2009 10:29:18 PM (17 years ago)
Author:
zetxek
Message:

First upload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wplyrics/trunk/wplyrics/wp_lyrics.php

    r139890 r139891  
    9999        */
    100100        function hidelyrics($content = '') {
    101             $pre = "<h5 class='wplyricstitle'>Letra: <a class='wplyricslink' title='Click to show the text,,,' onclick='open_lyrics(this);' style='cursor:pointer;display:none;'>[+]</a></h5><div class='wplyrics'>";
     101            $pre = "<h5 class='wplyricstitle'>Hidden text: <a class='wplyricslink' title='Click to show the text...' onclick='open_lyrics(this);' style='cursor:pointer;display:none;'>[+]</a></h5><div class='wplyrics'>";
    102102            $post = "</div>";
    103103           
Note: See TracChangeset for help on using the changeset viewer.