EBernhardson (WMF) has submitted this change and it was merged.

Change subject: Give grep a chance to find the usages
......................................................................


Give grep a chance to find the usages

Change-Id: Idd19f7bac85e215b5398e0b37ebff09a4fcfd8d6
---
M templates/post.html.php
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  EBernhardson (WMF): Verified; Looks good to me, approved



diff --git a/templates/post.html.php b/templates/post.html.php
index 5468838..332e18e 100644
--- a/templates/post.html.php
+++ b/templates/post.html.php
@@ -37,6 +37,8 @@
                        $block->getName() . '[postId]' => 
$post->getPostId()->getHex(),
                )
        );
+       // Give grep a chance to find the usages:
+       // flow-post-action-view, flow-post-action-post-history, 
flow-post-action-edit-post
        return Html::element( 'a',
                array(
                        'href' => $url,

-- 
To view, visit https://gerrit.wikimedia.org/r/79310
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd19f7bac85e215b5398e0b37ebff09a4fcfd8d6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <shirayuk...@gmail.com>
Gerrit-Reviewer: EBernhardson (WMF) <ebernhard...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to