Changeset 13188
- Timestamp:
- 02/07/2024 09:31:36 AM (7 months ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/update-headers.php
r13187 r13188 22 22 $html 23 23 ); 24 25 // Ensure it's treated as UTF8, we'll assume if there's no <body> tag it's just a HTML blob. 26 if ( ! strpos( $html, '<body' ) ) { 27 $html = '<!DOCTYPE html> 28 <html xmlns="http://www.w3.org/1999/xhtml"> 29 <head> 30 <meta charset="UTF-8"> 31 </head> 32 <body>' . $html . '</body></html>'; 33 } 24 34 25 35 $doc = new DOMDocument(); -
sites/trunk/trac.wordpress.org/templates/wporg-footer.html
r13185 r13188 18 18 <li><a href="https://wordpress.org/documentation/">Documentation</a></li> 19 19 <li><a href="https://developer.wordpress.org/">Developers</a></li> 20 <li><a href="https://wordpress.tv/">WordPress.tv <span aria-hidden="true"> â</span></a></li>20 <li><a href="https://wordpress.tv/">WordPress.tv <span aria-hidden="true">↗</span></a></li> 21 21 </ul> 22 22 <ul> 23 23 <li><a href="https://make.wordpress.org/">Get Involved</a></li> 24 24 <li><a href="https://events.wordpress.org/">Events</a></li> 25 <li><a href="https://wordpressfoundation.org/donate/">Donate <span aria-hidden="true"> â</span></a></li>26 <li><a href="https://mercantile.wordpress.org/">Swag Store <span aria-hidden="true"> â</span></a></li>25 <li><a href="https://wordpressfoundation.org/donate/">Donate <span aria-hidden="true">↗</span></a></li> 26 <li><a href="https://mercantile.wordpress.org/">Swag Store <span aria-hidden="true">↗</span></a></li> 27 27 </ul> 28 28 <ul> 29 <li><a href="https://wordpress.com/?ref=wporg-footer">WordPress.com <span aria-hidden="true"> â</span></a></li>30 <li><a href="https://ma.tt/">Matt <span aria-hidden="true"> â</span></a></li>31 <li><a href="https://bbpress.org/">bbPress <span aria-hidden="true"> â</span></a></li>32 <li><a href="https://buddypress.org/">BuddyPress <span aria-hidden="true"> â</span></a></li>29 <li><a href="https://wordpress.com/?ref=wporg-footer">WordPress.com <span aria-hidden="true">↗</span></a></li> 30 <li><a href="https://ma.tt/">Matt <span aria-hidden="true">↗</span></a></li> 31 <li><a href="https://bbpress.org/">bbPress <span aria-hidden="true">↗</span></a></li> 32 <li><a href="https://buddypress.org/">BuddyPress <span aria-hidden="true">↗</span></a></li> 33 33 </ul> 34 34 </nav> -
sites/trunk/trac.wordpress.org/templates/wporg-head.html
r13187 r13188 32 32 </style> 33 33 <link rel="stylesheet" id="open-sans-css" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap" media="all"/> 34 <link rel="stylesheet" id="wp4-styles-css" href="https://s.w.org/style/wp4.css?ver=16451391 55" media="all"/>34 <link rel="stylesheet" id="wp4-styles-css" href="https://s.w.org/style/wp4.css?ver=1645139115" media="all"/> 35 35 <style id="wp-emoji-styles-inline-css"> 36 36 img.wp-smiley, img.emoji { … … 258 258 .wp-container-core-navigation-is-layout-2.wp-container-core-navigation-is-layout-2{flex-direction:column;align-items:flex-start;} 259 259 </style> 260 <link rel="stylesheet" id="wporg-global-fonts-css" href="https://s.w.org/wp-content/mu-plugins/pub-sync/global-fonts/style.css?ver=1700434 948-d6228079937fbf30cfb38ae89bd881d5" media="all"/>261 <link rel="stylesheet" id="wporg-global-header-footer-css" href="https://s.w.org/wp-content/mu-plugins/pub-sync/blocks/global-header-footer/build/style.css?ver=1706749 311-3b988c8838ef7d6789c20ca32d48bed3" media="all"/>260 <link rel="stylesheet" id="wporg-global-fonts-css" href="https://s.w.org/wp-content/mu-plugins/pub-sync/global-fonts/style.css?ver=1700434847-d6228079937fbf30cfb38ae89bd881d5" media="all"/> 261 <link rel="stylesheet" id="wporg-global-header-footer-css" href="https://s.w.org/wp-content/mu-plugins/pub-sync/blocks/global-header-footer/build/style.css?ver=1706749244-3b988c8838ef7d6789c20ca32d48bed3" media="all"/> 262 262 <link rel="stylesheet" id="jetpack_css-css" href="https://s.w.org/wp-content/plugins/jetpack/css/jetpack.css?ver=12.9.3-af06e42ba998be5b755ccfa57836b1a5" media="all"/> 263 263 <script id="wp-load-polyfill-importmap">//<![CDATA[
Note: See TracChangeset
for help on using the changeset viewer.