Changeset 12489
- Timestamp:
- 03/23/2023 03:52:45 AM (2 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r12166 r12489 465 465 array( __NAMESPACE__ . '\Metabox\Support_Reps', 'display' ), 466 466 'plugin', 'side' 467 ); 468 469 add_meta_box( 470 'plugin-commits', 471 __( 'Plugin Commits', 'wporg-plugins' ), 472 array( __NAMESPACE__ . '\Metabox\Commits', 'display' ), 473 'plugin', 'normal', 'low' 467 474 ); 468 475 }
Note: See TracChangeset
for help on using the changeset viewer.