Changeset 12320
- Timestamp:
- 12/12/2022 08:28:37 PM (2 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
r12097 r12320 33 33 34 34 <?php 35 do_action( 'before_plugin_advanced_zone' ); 36 35 37 // Display the advanced controls (only seen if the plugin is open). 36 38 the_plugin_advanced_zone(); 39 40 do_action( 'after_plugin_advanced_zone' ); 37 41 38 42 // Display the danger zone (only shown to committers of the plugin).
Note: See TracChangeset
for help on using the changeset viewer.