mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 21:21:29 +00:00
tagwall: fix short tags (closes #129)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter|
|
* tag|wall | PHP Tag Filter|
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -40,4 +40,4 @@ class FOO_error extends TW_errors
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter|
|
* tag|wall | PHP Tag Filter|
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -91,4 +91,4 @@ class LINK_error extends TW_errors
|
|||||||
return "tw-err-com";
|
return "tw-err-com";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall ver 0.1.0 | PHP Tag Filter|
|
* tag|wall ver 0.1.0 | PHP Tag Filter|
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -66,4 +66,4 @@ class ???_error extends TW_errors
|
|||||||
// error lists, etc...
|
// error lists, etc...
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
// WARNING:
|
// WARNING:
|
||||||
//
|
//
|
||||||
// All tags used in configuration must be defined in tw/tw-tags.php file too.
|
// All tags used in configuration must be defined in tw/tw-tags.php file too.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter |
|
* tag|wall | PHP Tag Filter |
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -468,4 +468,4 @@ class TW_base // TW_lang extends this class
|
|||||||
|
|
||||||
|
|
||||||
} // END class TW_base
|
} // END class TW_base
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter |
|
* tag|wall | PHP Tag Filter |
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -180,4 +180,4 @@ class TW_lang
|
|||||||
$this->keywords=null;
|
$this->keywords=null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter|
|
* tag|wall | PHP Tag Filter|
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -114,4 +114,4 @@ if(!defined('FSHL_WITH_TW_DEFINED'))
|
|||||||
$fshl_signatures=array("SHL","TW");
|
$fshl_signatures=array("SHL","TW");
|
||||||
|
|
||||||
} //end if(!defined())
|
} //end if(!defined())
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter|
|
* tag|wall | PHP Tag Filter|
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -115,4 +115,4 @@ class TW_errors
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // END class TW_errors
|
} // END class TW_errors
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
* tag|wall | PHP Tag Filter|
|
* tag|wall | PHP Tag Filter|
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
@@ -94,4 +94,4 @@ $tw_tag_relations = array(
|
|||||||
// TODO: add your specific tags here...
|
// TODO: add your specific tags here...
|
||||||
|
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user