Making WordPress.org


Ignore:
Timestamp:
03/10/2018 12:11:16 PM (8 years ago)
Author:
ocean90
Message:

Translate: Use new Plugin Directory code to obtain plugin icons.

File:
1 edited

Legend:

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

    r6319 r6851  
    3737     */
    3838    public function plugins_loaded() {
    39         if ( file_exists( WPORGPATH . 'extend/plugins-plugins/_plugin-icons.php' ) ) {
    40             include_once WPORGPATH . 'extend/plugins-plugins/_plugin-icons.php';
     39        if ( file_exists( WPORGPATH . 'wp-content/plugins/plugin-directory/class-template.php' ) ) {
     40            include_once WPORGPATH . 'wp-content/plugins/plugin-directory/class-template.php';
    4141        }
    4242
Note: See TracChangeset for help on using the changeset viewer.