Changeset 13134 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-controls.php
- Timestamp:
- 01/22/2024 02:57:15 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-controls.php
r13084 r13134 15 15 * Displays the Publish metabox for plugins. 16 16 * The HTML here mostly matches what Core uses. 17 * 18 * NOTE: The input[type="submit"].screen-reader-text is such that the default 19 * form submit method is a button whose submission causes no action 20 * (such as approval/rejection/assign). This is used for submit-by-enter. 21 * See https://meta.trac.wordpress.org/ticket/6635. 17 22 */ 18 23 static function display() { 19 24 ?> 20 25 <div class="submitbox" id="submitpost"> 26 <input type="submit" name="save_changes" class="screen-reader-text" /> 21 27 <div id="misc-publishing-actions"> 22 28 <?php
Note: See TracChangeset
for help on using the changeset viewer.