Changeset 55703 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r55693 r55703 3637 3637 $mu_plugin_dir = wp_normalize_path( WPMU_PLUGIN_DIR ); 3638 3638 3639 if ( ! empty( $plugin ) && 0 === strpos( $plugin, $mu_plugin_dir ) ) {3639 if ( ! empty( $plugin ) && str_starts_with( $plugin, $mu_plugin_dir ) ) { 3640 3640 $url = WPMU_PLUGIN_URL; 3641 3641 } else {
Note: See TracChangeset
for help on using the changeset viewer.