Changeset 14519 for sites/trunk/trac.wordpress.org/templates/site.html
- Timestamp:
- 09/01/2025 02:43:43 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r14505 r14519 5 5 6 6 <?python 7 scripts_version = '22 7'7 scripts_version = '228' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' … … 293 293 <py:match path="div[@id='content' and @class='prefs']/div[@id='tabcontent']" once="true"> 294 294 <div id="tabcontent"> 295 Notifications are sent to the email listed in <a href="${profile_to_edit}${req.session['sid']} ">your WordPress.org profile</a><py:if test="req.session['email']"> (${req.session['email']})</py:if>.295 Notifications are sent to the email listed in <a href="${profile_to_edit}${req.session['sid']}/">your WordPress.org profile</a><py:if test="req.session['email']"> (${req.session['email']})</py:if>. 296 296 <py:if test="notifications_enabled"> 297 297 Notification preferences can be configured <a href="${wporg_endpoint}notifications/">here</a>.
Note: See TracChangeset
for help on using the changeset viewer.