- Timestamp:
- 02/21/2024 05:32:41 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r57545 r57679 525 525 // Remove any HTML from the description. 526 526 $description = strip_tags( $plugin['short_description'] ); 527 528 $description .= $this->get_dependencies_notice( $plugin );529 527 530 528 /** … … 676 674 <p class="authors"><?php echo $author; ?></p> 677 675 </div> 676 <?php echo $this->get_dependencies_notice( $plugin ); ?> 678 677 </div> 679 678 <div class="plugin-card-bottom">
Note: See TracChangeset
for help on using the changeset viewer.