Making WordPress.org

Changeset 732


Ignore:
Timestamp:
07/01/2014 04:25:17 PM (10 years ago)
Author:
nacin
Message:

Trac templates: Update notifications message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r731 r732  
    272272    <py:match path="div[@id='content' and @class='prefs']/div[@id='tabcontent']" once="true">
    273273        <div id="tabcontent">
    274             Notifications <!--can be configured <a href="//${wporg_endpoint}notifications/">here</a>. They--> 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>.
     274            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>.
     275            <py:if test="notifications_enabled">
     276                Notification preferences can be configured <a href="//${wporg_endpoint}notifications/">here</a>.
     277            </py:if>
    275278        </div>
    276279    </py:match>
Note: See TracChangeset for help on using the changeset viewer.