From 8560be5b124f66c43cd32eb8cee648bbafad03b8 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 22 Jan 2026 07:32:47 +0000 Subject: [PATCH] Updates description for include_subprojects=true (#43631). git-svn-id: https://svn.redmine.org/redmine/trunk@24339 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/wiki_formatting/macros.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine/wiki_formatting/macros.rb b/lib/redmine/wiki_formatting/macros.rb index cc4793a12..f7e6c5016 100644 --- a/lib/redmine/wiki_formatting/macros.rb +++ b/lib/redmine/wiki_formatting/macros.rb @@ -226,7 +226,7 @@ module Redmine "{{recent_pages(limit=5)}} -- limits the maximum number of pages to display to 5\n" + "{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time\n" + "{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project\n" + - "{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects" + "{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects" macro :recent_pages do |obj, args| args, options = extract_macro_options(args, :days, :limit, :time, :project, :include_subprojects)