Changeset 13929 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-release-confirmation.php
- Timestamp:
- 07/26/2024 04:37:36 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-release-confirmation.php
r10224 r13929 31 31 32 32 if ( $post->release_confirmation ) { 33 Release_Confirmation_Shortcode::single_plugin _row( $post, $include_header = false );33 Release_Confirmation_Shortcode::single_plugin( $post, $include_header = false ); 34 34 } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.