Making WordPress.org

Changeset 1901


Ignore:
Timestamp:
09/21/2015 08:50:14 PM (9 years ago)
Author:
ocean90
Message:

Translate: Add dashicon for new WordCamp project.

See #1076.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/locale.php

    r1889 r1901  
    200200                    case 'themes':
    201201                        return '<div class="default-icon"><span class="dashicons dashicons-admin-appearance"></span></div>';
     202                    case 'wordcamp':
     203                        return '<div class="default-icon"><span class="dashicons dashicons-tickets"></span></div>';
    202204                    case 'browsehappy':
    203205                        return '<div class="icon"><img src="/gp-templates/images/browsehappy.png" width="' . $size . '" height="' . $size . '"></div>';
Note: See TracChangeset for help on using the changeset viewer.