Changeset 13033 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
- Timestamp:
- 12/08/2023 03:47:14 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
r13024 r13033 606 606 </select> 607 607 </fieldset> 608 609 <fieldset class="alignleft actions hide-if-js bulk-plugin_reject" disabled="disabled"> 610 <select name="rejection_reason" id="rejection_reason"> 611 <option disabled="disabled" value='' selected="selected"><?php esc_html_e( 'Rejection Reason:', 'wporg-plugins' ); ?></option> 612 <?php foreach ( Template::get_rejection_reasons() as $key => $label ) : ?> 613 <option value="<?php echo esc_attr( $key ); ?>"><?php echo esc_html( $label ); ?></option> 614 <?php endforeach; ?> 615 </select> 616 </fieldset> 617 608 618 <?php 609 619
Note: See TracChangeset
for help on using the changeset viewer.