diff --git a/administrator/components/com_content/src/Service/HTML/Icon.php b/administrator/components/com_content/src/Service/HTML/Icon.php index fe1782260de47..61e7f5b1a3f94 100644 --- a/administrator/components/com_content/src/Service/HTML/Icon.php +++ b/administrator/components/com_content/src/Service/HTML/Icon.php @@ -144,7 +144,8 @@ public function edit($article, $params, $attribs = [], $legacy = false) * * @return string The HTML markup for the popup link * - * @since 4.0.0 + * @since 4.0.0 + * @deprecated __DEPLOY_VERSION__ will be removed in 8.0 without replacement */ public function print_screen($params, $legacy = false) { diff --git a/language/en-GB/com_content.ini b/language/en-GB/com_content.ini index f13e91022af8c..0c1d56c156625 100644 --- a/language/en-GB/com_content.ini +++ b/language/en-GB/com_content.ini @@ -25,7 +25,6 @@ COM_CONTENT_EDIT_UNPUBLISHED_ARTICLE="Unpublished Article" COM_CONTENT_ERROR_ARTICLE_NOT_FOUND="Article not found" COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE="Please login to view the article" COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND="Parent category not found" -COM_CONTENT_ERROR_PRINT_POPUP="Sorry, Joomla no longer supports print_popup" COM_CONTENT_ERROR_UNIQUE_ALIAS="Another Article in this category has the same alias." COM_CONTENT_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Article in this category has the same alias." COM_CONTENT_FEED_READMORE="Read More …"