Changeset 13475 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
- Timestamp:
- 04/09/2024 01:54:47 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
r13446 r13475 315 315 316 316 if ( count( $this->tags ) > 5 ) { 317 $this->warnings['too_many_tags'] = array_slice( $this->tags, 4);317 $this->warnings['too_many_tags'] = array_slice( $this->tags, 5 ); 318 318 $this->tags = array_slice( $this->tags, 0, 5 ); 319 319 }
Note: See TracChangeset
for help on using the changeset viewer.