Support » Plugin: Garee's Random Image » \n Displayed in Dashboard

  • Resolved sgwatwp

    (@sgwatwp)


    When this plugin is activated a ‘\n’ appears directly above the Dashboard link. I tracked this down to this section in garees_random_image.php

    // load flattr js
    if(!defined('GAREE_FLATTRSCRIPT_IS_LOADED')) {
      echo '<script type="text/javascript" src="' . GAREE_FLATTRSCRIPT . '"></script>\n';
      define('GAREE_FLATTRSCRIPT_IS_LOADED', true);
    }

    The \n is being printed to the screen. I believe \n should be removed or the end of that string should be changed to

    </script>' . "\n";

    http://wordpress.org/extend/plugins/garees-random-image/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘\n Displayed in Dashboard’ is closed to new replies.