Changes in trunk/wp-content/plugins/hello.php [4423:2758]
- File:
-
- 1 edited
-
trunk/wp-content/plugins/hello.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/hello.php
r4423 r2758 42 42 $lyrics = explode("\n", $lyrics); 43 43 // 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) ) ] ); 45 45 46 46 // This just echoes the chosen line, we'll position it later
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)