From 71df3fbb0704a70f199192c3d60964a775e32fb9 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Thu, 28 Aug 2025 11:32:14 +0200 Subject: [PATCH] Trac: Add information link to workflow keywords --- wordpress.org/public_html/style/trac/wp-trac.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js index 3543bc9dd3..f9960c3dd2 100644 --- a/wordpress.org/public_html/style/trac/wp-trac.js +++ b/wordpress.org/public_html/style/trac/wp-trac.js @@ -1180,9 +1180,12 @@ var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList // If the owner field exists, then we're on /newticket. Remove it. $('#field-owner').parents('tr').hide(); - html = '
'; - html += ''; - html += '
'; + html = '
' + html += ''; + html += ''; + html += ''; + html += ' '; + html += '
'; html += '
'; container.prepend( html ); elements.bin = $('#keyword-bin');