Changeset 199074 in webkit


Ignore:
Timestamp:
Apr 5, 2016 3:12:39 PM (8 years ago)
Author:
Jon Davis
Message:

Make the @webkit link on the front page link to the feed
https://bugs.webkit.org/show_bug.cgi?id=156244

Reviewed by Timothy Hatcher.

  • wp-content/themes/webkit/widgets/twitter.php:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r198937 r199074  
     12016-04-05  Jon Davis  <jond@apple.com>
     2
     3        Make the @webkit link on the front page link to the feed
     4        https://bugs.webkit.org/show_bug.cgi?id=156244
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * wp-content/themes/webkit/widgets/twitter.php:
     9
    1102016-03-31  Jon Davis  <jond@apple.com>
    211
  • trunk/Websites/webkit.org/wp-content/themes/webkit/widgets/twitter.php

    r198937 r199074  
    8080            </div>
    8181            <ul class="twitter-controls">
    82                 <li><a href="https://twitter.com/intent/follow?screen_name=webkit" target="twitter-modal"><span class="twitter-icon">Twitter</span> @webkit</a></li>
     82                <li><a href="https://twitter.com/webkit" target="twitter-modal"><span class="twitter-icon">Twitter</span> @webkit</a></li>
    8383                <li><a href="https://twitter.com/intent/tweet?in-reply-to=<?php echo esc_attr($Tweet->id); ?>" class="twitter-icon reply-icon" target="twitter-modal">Reply</a></li>
    8484                <li><a href="https://twitter.com/intent/retweet?tweet_id=<?php echo esc_attr($Tweet->id); ?>" class="twitter-icon retweet-icon" target="twitter-modal">Retweet</a></li>
Note: See TracChangeset for help on using the changeset viewer.