Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/hello.php

    r4423 r2758  
    4242$lyrics = explode("\n", $lyrics);
    4343// And then randomly choose a line
    44 $chosen = wptexturize( $lyrics[ mt_rand(0, count($lyrics) - 1) ] );
     44$chosen = wptexturize( $lyrics[ mt_rand(0, count($lyrics) ) ] );
    4545
    4646// This just echoes the chosen line, we'll position it later
Note: See TracChangeset for help on using the changeset viewer.