Changeset 3407
- Timestamp:
- 06/17/2016 10:02:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/content-none.php
r3393 r3407 28 28 get_search_form(); 29 29 30 else : ?> 30 elseif ( is_tax( 'plugin_section', 'favorites' ) ) : ?> 31 32 <p><?php esc_html_e( 'Seems like you do not like plugins. Boo!', 'wporg-plugins' ); ?></p> 33 34 <?php else : ?> 31 35 32 36 <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'wporg-plugins' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.