Changeset 9723
- Timestamp:
- 04/15/2020 01:46:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-advanced.php
r9702 r9723 42 42 <?php the_previous_version_download(); ?> 43 43 44 <hr> 44 <?php if ( current_user_can( 'plugin_admin_edit', $post ) && 'publish' == $post->post_status ) : ?> 45 <hr> 45 46 46 <h2><?php esc_html_e( 'The Danger Zone', 'wporg-plugins' ); ?></h2>47 <h2><?php esc_html_e( 'The Danger Zone', 'wporg-plugins' ); ?></h2> 47 48 48 <p><?php esc_html_e( 'The following features are restricted to plugin committers only. They exist to allow plugin developers more control over their work.', 'wporg-plugins' ); ?></p>49 <p><?php esc_html_e( 'The following features are restricted to plugin committers only. They exist to allow plugin developers more control over their work.', 'wporg-plugins' ); ?></p> 49 50 50 <div class="plugin-notice notice notice-error notice-alt"><p><?php esc_html_e( 'These features often cannot be undone without intervention. Please do not attempt to use them unless you are absolutely certain. When in doubt, contact the plugins team for assistance.', 'wporg-plugins' ); ?></p></div>51 <div class="plugin-notice notice notice-error notice-alt"><p><?php esc_html_e( 'These features often cannot be undone without intervention. Please do not attempt to use them unless you are absolutely certain. When in doubt, contact the plugins team for assistance.', 'wporg-plugins' ); ?></p></div> 51 52 52 <?php the_plugin_self_transfer_form(); ?>53 <?php the_plugin_self_transfer_form(); ?> 53 54 54 <?php the_plugin_self_close_button(); ?>55 55 <?php the_plugin_self_close_button(); ?> 56 <?php endif; // current_user_can ?> 56 57 </div>
Note: See TracChangeset
for help on using the changeset viewer.