Changeset 9652 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-reviews.php
- Timestamp:
- 03/31/2020 04:47:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-reviews.php
r9128 r9652 21 21 22 22 if ( empty( $reviews ) ) { 23 return ''; 23 return sprintf( 24 '<div class="notice notice-warning notice-alt"><p>%s</p></div>', 25 __( 'There are no reviews for this plugin.', 'wporg-plugins' ) 26 ); 24 27 } 25 28
Note: See TracChangeset
for help on using the changeset viewer.