Changeset 3289 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
- Timestamp:
- 06/02/2016 06:55:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r3226 r3289 373 373 } 374 374 if ( 'plugin_built_for' == $term->taxonomy ) { 375 return $this->package_link( false, $this->get_plugin_post( $term->slug ) ); 375 // Term slug = Post Slug = /%postname%/ 376 return trailingslashit( home_url( $term->slug ) ); 376 377 } 377 378
Note: See TracChangeset
for help on using the changeset viewer.