@@ -463,11 +463,11 @@ function _get_dropins() {
463463 *
464464 * Plugins in the mu-plugins/ folder can't be "activated," so this function will
465465 * return false for those plugins.
466- *
466+ *
467467 * For more information on this and similar theme functions, check out
468- * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
468+ * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
469469 * Conditional Tags} article in the Theme Developer Handbook.
470- *
470+ *
471471 * @since 2.5.0
472472 *
473473 * @param string $plugin Path to the plugin file relative to the plugins directory.
@@ -481,11 +481,11 @@ function is_plugin_active( $plugin ) {
481481 * Determines whether the plugin is inactive.
482482 *
483483 * Reverse of is_plugin_active(). Used as a callback.
484- *
484+ *
485485 * For more information on this and similar theme functions, check out
486- * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
486+ * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
487487 * Conditional Tags} article in the Theme Developer Handbook.
488- *
488+ *
489489 * @since 3.1.0
490490 * @see is_plugin_active()
491491 *
@@ -503,11 +503,11 @@ function is_plugin_inactive( $plugin ) {
503503 *
504504 * Plugins in the mu-plugins/ folder can't be "activated," so this function will
505505 * return false for those plugins.
506- *
506+ *
507507 * For more information on this and similar theme functions, check out
508- * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
508+ * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/
509509 * Conditional Tags} article in the Theme Developer Handbook.
510- *
510+ *
511511 * @since 3.0.0
512512 *
513513 * @param string $plugin Path to the plugin file relative to the plugins directory.
0 commit comments