Changeset 3400 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
- Timestamp:
- 06/17/2016 09:05:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r3383 r3400 296 296 */ 297 297 public function show_permalink( $post ) { 298 if ( 'p ublish' === $post->post_status ) {298 if ( 'plugin' === $post->post_type && 'publish' === $post->post_status ) { 299 299 echo get_sample_permalink_html( $post ); 300 300 }
Note: See TracChangeset
for help on using the changeset viewer.