Skip to content
Snippets Groups Projects
Commit 6c107855 authored by mikran's avatar mikran Committed by Chris Leppanen
Browse files

Issue #2339983 by mikran: Fixed Unpublished nodes message has a wrong format_plural() parameter.

parent 1065324b
No related branches found
No related tags found
No related merge requests found
...@@ -307,7 +307,7 @@ abstract class FeedsProcessor extends FeedsPlugin { ...@@ -307,7 +307,7 @@ abstract class FeedsProcessor extends FeedsPlugin {
if ($state->unpublished) { if ($state->unpublished) {
$messages[] = array( $messages[] = array(
'message' => format_plural( 'message' => format_plural(
$state->updated, $state->unpublished,
'Unpublished @number @entity.', 'Unpublished @number @entity.',
'Unpublished @number @entities.', 'Unpublished @number @entities.',
array('@number' => $state->unpublished) + $tokens array('@number' => $state->unpublished) + $tokens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment