Changeset 156124
- Timestamp:
- 09/18/2009 11:38:38 PM (17 years ago)
- Location:
- wpfriends/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wpfriends.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpfriends/trunk/readme.txt
r156039 r156124 1 1 === Plugin Name === 2 Contributors: lizard 2 Contributors: lizardwuff 3 3 Tags: livejournal, friends 4 4 Requires at least: 2.8.4 -
wpfriends/trunk/wpfriends.php
r156039 r156124 66 66 arsort ($sortarr); 67 67 68 $i = 0; 68 69 // display data 69 70 foreach (array_keys($sortarr) as $entry) 70 71 { 72 if ($i++ == 20) break; 71 73 $entry = $entries[$entry]; 72 74 echo '<table class="widefat fixed" cellspacing="0">';
Note: See TracChangeset
for help on using the changeset viewer.