diff --git a/wp-content/themes/twentyeleven/content-aside.php b/wp-content/themes/twentyeleven/content-aside.php index 03dd772249..6d92973b00 100644 --- a/wp-content/themes/twentyeleven/content-aside.php +++ b/wp-content/themes/twentyeleven/content-aside.php @@ -4,7 +4,7 @@ * * Used on index and archive pages. * - * @link https://wordpress.org/documentation/article/post-formats/ + * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyeleven/content-gallery.php b/wp-content/themes/twentyeleven/content-gallery.php index 9ecb7073b1..bb2f754168 100644 --- a/wp-content/themes/twentyeleven/content-gallery.php +++ b/wp-content/themes/twentyeleven/content-gallery.php @@ -4,7 +4,7 @@ * * Used on index and archive pages. * - * @link https://wordpress.org/documentation/article/post-formats/ + * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyeleven/content-image.php b/wp-content/themes/twentyeleven/content-image.php index c404733014..22326044d1 100644 --- a/wp-content/themes/twentyeleven/content-image.php +++ b/wp-content/themes/twentyeleven/content-image.php @@ -4,7 +4,7 @@ * * Used on index and archive pages. * - * @link https://wordpress.org/documentation/article/post-formats/ + * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyeleven/content-link.php b/wp-content/themes/twentyeleven/content-link.php index 2f30a85e3f..441945cf24 100644 --- a/wp-content/themes/twentyeleven/content-link.php +++ b/wp-content/themes/twentyeleven/content-link.php @@ -4,7 +4,7 @@ * * Used on index and archive pages * - * @link https://wordpress.org/documentation/article/post-formats/ + * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyeleven/content-status.php b/wp-content/themes/twentyeleven/content-status.php index 60a1e4d9ba..15484232cd 100644 --- a/wp-content/themes/twentyeleven/content-status.php +++ b/wp-content/themes/twentyeleven/content-status.php @@ -4,7 +4,7 @@ * * Used on index and archive pages * - * @link https://wordpress.org/documentation/article/post-formats/ + * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyfifteen/functions.php b/wp-content/themes/twentyfifteen/functions.php index 694b995ce0..d03d0ea780 100644 --- a/wp-content/themes/twentyfifteen/functions.php +++ b/wp-content/themes/twentyfifteen/functions.php @@ -117,7 +117,7 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) : /* * Enable support for Post Formats. * - * See: https://wordpress.org/documentation/article/post-formats/ + * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index 924787f033..423c370949 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/wp-content/themes/twentyfourteen/functions.php @@ -167,7 +167,7 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) : /* * Enable support for Post Formats. - * See https://wordpress.org/documentation/article/post-formats/ + * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 9bf1eecd49..225d0dcc38 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -84,7 +84,7 @@ function twentyseventeen_setup() { /* * Enable support for Post Formats. * - * See: https://wordpress.org/documentation/article/post-formats/ + * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php index 5e13207432..2a64a340ad 100644 --- a/wp-content/themes/twentysixteen/functions.php +++ b/wp-content/themes/twentysixteen/functions.php @@ -122,7 +122,7 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) : /* * Enable support for Post Formats. * - * See: https://wordpress.org/documentation/article/post-formats/ + * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 265b4b49b4..69b9007717 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -221,7 +221,7 @@ function twentythirteen_setup() { /* * This theme supports all available post formats by default. - * See https://wordpress.org/documentation/article/post-formats/ + * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-includes/version.php b/wp-includes/version.php index 345ede86a7..a504f19c57 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57799'; +$wp_version = '6.6-alpha-57800'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.