Changeset 12538
- Timestamp:
- 04/13/2023 04:01:54 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r12534 r12538 250 250 if ( 251 251 ! $requires_plugin_post || 252 // get_plugin_post() will resolve some edge-cases, but we only want exact slug-matches. 253 $requires_plugin_slug !== $requires_plugin_post->post_name || 252 254 'publish' !== $requires_plugin_post->post_status 253 255 ) {
Note: See TracChangeset
for help on using the changeset viewer.