]> git.wh0rd.org - tt-rss.git/commit - classes/article.php
move the following to Article:
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 11:38:45 +0000 (14:38 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 11:38:45 +0000 (14:38 +0300)
commit7e5f8d9fb323dc5e47f545984c6f9b3d320a2912
treee5b38d83ab67fa9a0dfa5ac3bb972a26ba91de65
parent4122da0290d7bdb85e94b3e4b509be3ee56c6356
move the following to Article:

+       static function format_article_enclosures($id, $always_display_enclosures,
+       static function format_article($id, $mark_as_read = true, $zoom_mode = false, $owner_uid = false) {
+       static function get_article_tags($id, $owner_uid = 0, $tag_cache = false) {
+       static function format_tags_string($tags) {
+       static function format_article_labels($labels) {
+       static function format_article_note($id, $note, $allow_edit = true) {
+       static function get_article_enclosures($id) {
classes/api.php
classes/article.php
classes/feeds.php
classes/handler/public.php
include/functions2.php