Changeset 139891
- Timestamp:
- 07/27/2009 10:29:18 PM (17 years ago)
- File:
-
- 1 edited
-
wplyrics/trunk/wplyrics/wp_lyrics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wplyrics/trunk/wplyrics/wp_lyrics.php
r139890 r139891 99 99 */ 100 100 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'>"; 102 102 $post = "</div>"; 103 103
Note: See TracChangeset
for help on using the changeset viewer.