Changeset 1848
- Timestamp:
- 08/25/2015 04:14:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/locale.php
r1841 r1848 1 1 <?php 2 3 // wporg_get_plugin_icon() 4 if ( file_exists( WPORGPATH . 'extend/plugins-plugins/_plugin-icons.php' ) ) { 5 include_once WPORGPATH . 'extend/plugins-plugins/_plugin-icons.php'; 6 } 7 2 8 /** 3 9 * Locale Route Class. … … 208 214 case 'bbpress': 209 215 case 'buddypress': 210 require_once WPORGPATH . 'extend/plugins-plugins/_plugin-icons.php';211 216 if ( function_exists( 'wporg_get_plugin_icon' ) ) { 212 217 return wporg_get_plugin_icon( $project->slug, $size ); … … 215 220 } 216 221 case 'wp-plugins': 217 require_once WPORGPATH . 'extend/plugins-plugins/_plugin-icons.php';218 222 if ( function_exists( 'wporg_get_plugin_icon' ) ) { 219 223 return wporg_get_plugin_icon( $sub_project->slug, $size );
Note: See TracChangeset
for help on using the changeset viewer.