Changeset 202521 in webkit


Ignore:
Timestamp:
Jun 27, 2016 4:59:50 PM (8 years ago)
Author:
Jon Davis
Message:

Set a default image for sharing webkit.org links via social.
https://bugs.webkit.org/show_bug.cgi?id=159167

Reviewed by Timothy Hatcher.

  • wp-content/plugins/social-meta.php:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

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

    r202467 r202521  
     12016-06-27  Jon Davis  <jond@apple.com>
     2
     3        Set a default image for sharing webkit.org links via social.
     4        https://bugs.webkit.org/show_bug.cgi?id=159167
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * wp-content/plugins/social-meta.php:
     9
    1102016-06-24  Dean Jackson  <dino@apple.com>
    211
  • trunk/Websites/webkit.org/wp-content/plugins/social-meta.php

    r193772 r202521  
    1616    $categories = array();
    1717    $tags = array();
    18     $image_url = '';
     18    $image_url = get_stylesheet_directory_uri() . '/images/webkit.svg';
    1919    $twitter_handle = '';
    2020   
Note: See TracChangeset for help on using the changeset viewer.