rename unfairly prefixed get_enclosures() in feeditem

This commit is contained in:
Andrew Dolgov
2021-03-05 09:35:17 +03:00
parent c744cfe2dc
commit e8e6329040
5 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ abstract class FeedItem {
abstract function get_comments_url();
abstract function get_comments_count();
abstract function get_categories();
abstract function _get_enclosures();
abstract function get_enclosures();
abstract function get_author();
abstract function get_language();
}