reformat todo according to doxygen style
This commit is contained in:
parent
c3ae4a03bb
commit
3df5c17124
26 changed files with 164 additions and 163 deletions
|
|
@ -587,7 +587,7 @@ function lrdd($uri, $debug = false) {
|
|||
$lines = explode("\n",$headers);
|
||||
if(count($lines)) {
|
||||
foreach($lines as $line) {
|
||||
// TODO alter the following regex to support multiple relations (space separated)
|
||||
/// @TODO Alter the following regex to support multiple relations (space separated)
|
||||
if((stristr($line,'link:')) && preg_match('/<([^>].*)>.*rel\=[\'\"]lrdd[\'\"]/',$line,$matches)) {
|
||||
$pagelink = $matches[1];
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue