29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-09-06 02:14:40 +00:00

Merge commit '7ac8025' into 4.0-dev

This commit is contained in:
wilsonge 2018-07-13 13:32:14 +01:00
commit ae444bbf3a
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
5 changed files with 5 additions and 5 deletions

View File

@ -54,4 +54,4 @@ MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME="Last Modified Articles Not By Me (%2$
MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME_1="Last Modified Article Not By Me (%2$s category)"
MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME_MORE="Last %1$s Modified Articles Not By Me (%2$s category)"
MOD_LATEST_UNEXISTING="<i>Non existent</i>"
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently published Articles that are still current. Some that are shown may have expired even though they are the most recent."
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently created Articles."

View File

@ -5,6 +5,6 @@
MOD_LATEST="Articles - Latest"
MOD_LATEST_XML_DESCRIPTION="This Module shows a list of the most recently published Articles that are still current. Some that are shown may have expired even though they are the most recent."
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently created Articles."
MOD_LATEST_LAYOUT_DEFAULT="Default"

View File

@ -17,4 +17,4 @@ MOD_LATEST_NEWS_VALUE_RECENT_MODIFIED="Recently Modified First"
MOD_LATEST_NEWS_VALUE_RECENT_RAND="Random Articles"
MOD_LATEST_NEWS_VALUE_RECENT_PUBLISHED="Recently Published First"
MOD_LATEST_NEWS_VALUE_RECENT_TOUCHED="Recently Touched First"
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. Some that are shown may have expired even though they are the most recent."
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles."

View File

@ -4,6 +4,6 @@
; Note : All ini files need to be saved as UTF-8
MOD_ARTICLES_LATEST="Articles - Latest"
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. Some that are shown may have expired even though they are the most recent."
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles."
MOD_ARTICLES_LATEST_LAYOUT_DEFAULT="Default"

View File

@ -282,7 +282,7 @@ class PlgSampledataBlog extends CMSPlugin
return $response;
}
// Get ID from category we just added
// Get ID from article we just added
$ids[] = $articleModel->getItem()->id;
}