mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
Simplify link for people.php.net
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
<?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
|
||||
<tr>
|
||||
<td class="rightalign">
|
||||
<?php $fullname = '<a href="//people.php.net/user.php?username=' . $fullname.'">' .$fullname. '</a>';?>
|
||||
<?php $fullname = '<a href="//people.php.net/' . $fullname.'">' .$fullname. '</a>';?>
|
||||
<?php echo $userData['editLinks'].$fullname.$userData['username'] ?>
|
||||
</td>
|
||||
<?php for ($col = 0; $col < $c; $col++) {
|
||||
|
Reference in New Issue
Block a user