Changeset 57800
- Timestamp:
- 03/11/2024 01:58:33 PM (7 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-aside.php
r55413 r57800 5 5 * Used on index and archive pages. 6 6 * 7 * @link https:// wordpress.org/documentation/article/post-formats/7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-gallery.php
r55413 r57800 5 5 * Used on index and archive pages. 6 6 * 7 * @link https:// wordpress.org/documentation/article/post-formats/7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-image.php
r55413 r57800 5 5 * Used on index and archive pages. 6 6 * 7 * @link https:// wordpress.org/documentation/article/post-formats/7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-link.php
r55413 r57800 5 5 * Used on index and archive pages 6 6 * 7 * @link https:// wordpress.org/documentation/article/post-formats/7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-status.php
r55413 r57800 5 5 * Used on index and archive pages 6 6 * 7 * @link https:// wordpress.org/documentation/article/post-formats/7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/functions.php
r57601 r57800 118 118 * Enable support for Post Formats. 119 119 * 120 * See: https:// wordpress.org/documentation/article/post-formats/120 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 121 121 */ 122 122 add_theme_support( -
trunk/src/wp-content/themes/twentyfourteen/functions.php
r57601 r57800 168 168 /* 169 169 * Enable support for Post Formats. 170 * See https://wordpress.org/documentation/article/post-formats/170 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 171 171 */ 172 172 add_theme_support( -
trunk/src/wp-content/themes/twentyseventeen/functions.php
r57601 r57800 85 85 * Enable support for Post Formats. 86 86 * 87 * See: https:// wordpress.org/documentation/article/post-formats/87 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 88 88 */ 89 89 add_theme_support( -
trunk/src/wp-content/themes/twentysixteen/functions.php
r57601 r57800 123 123 * Enable support for Post Formats. 124 124 * 125 * See: https:// wordpress.org/documentation/article/post-formats/125 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 126 126 */ 127 127 add_theme_support( -
trunk/src/wp-content/themes/twentythirteen/functions.php
r57601 r57800 222 222 /* 223 223 * This theme supports all available post formats by default. 224 * See https://wordpress.org/documentation/article/post-formats/224 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/ 225 225 */ 226 226 add_theme_support(
Note: See TracChangeset
for help on using the changeset viewer.