Changeset 3475
- Timestamp:
- 06/19/2016 12:58:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-readme-validator.php
r3452 r3475 139 139 140 140 // Notes. 141 if ( empty( $readme->sections['f requently_asked_questions'] ) ) {141 if ( empty( $readme->sections['faq'] ) ) { 142 142 /* Translators: Plugin header tag; */ 143 143 $notes[] = sprintf( __( 'No %s section was found', 'wporg-plugins' ), '<code>== Frequently Asked Questions ==</code>' ); … … 151 151 $notes[] = sprintf( __( 'No %s section was found', 'wporg-plugins' ), '<code>== Upgrade Notice ==</code>' ); 152 152 } 153 if ( empty( $readme->s ections['screenshots']) ) {153 if ( empty( $readme->screenshots ) ) { 154 154 /* Translators: Plugin header tag; */ 155 155 $notes[] = sprintf( __( 'No %s section was found', 'wporg-plugins' ), '<code>== Screenshots ==</code>' );
Note: See TracChangeset
for help on using the changeset viewer.