Changeset 9480
- Timestamp:
- 02/10/2020 02:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/importers/1.0/index.php
r9158 r9480 6 6 } 7 7 8 if ( version_compare( $version, '5. 3-beta', '>=' ) ) {8 if ( version_compare( $version, '5.4-beta', '>=' ) ) { 9 9 $popular_importers = wporg_api_get_popular_importers_46(); 10 10 // Don't advertise the Blogroll importer - See https://meta.trac.wordpress.org/ticket/4706
Note: See TracChangeset
for help on using the changeset viewer.