Code modification
-
Hello,
Your code generate a undefined variable php error.
You replace by this code to remove this error :
if ( $llstylesheet ) { $genoptions = get_option( 'LinkLibraryGeneral' ); if (isset( $genoptions['fullstylesheet'] )){ echo "<style id='LinkLibraryStyle' type='text/css'>\n"; echo stripslashes( $genoptions['fullstylesheet'] ); echo "</style>\n"; }; }
in the file link-library.php around the line 423
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Code modification’ is closed to new replies.