Making WordPress.org


Ignore:
Timestamp:
04/20/2023 07:01:19 PM (20 months ago)
Author:
akirk
Message:

Translate: Use the openverse logo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-locale.php

    r12452 r12548  
    278278                    case 'browsehappy':
    279279                        return '<div class="icon"><img src="' . plugins_url( 'templates/images/browsehappy.png', 'wporg-gp-customizations/wporg-gp-customizations.php' ) . '" width="' . $size . '" height="' . $size . '"></div>';
     280                    case 'openverse':
     281                        return '<div class="icon"><img src="' . plugins_url( 'templates/images/openverse.png', 'wporg-gp-customizations/wporg-gp-customizations.php' ) . '" width="' . $size . '" height="' . $size . '"></div>';
    280282                    default:
    281283                        return '<div class="default-icon"><span class="dashicons dashicons-networking"></span></div>';
Note: See TracChangeset for help on using the changeset viewer.