Changeset 6277 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/template-tags.php
- Timestamp:
- 12/15/2017 12:13:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/template-tags.php
r6142 r6277 6 6 */ 7 7 8 // phpcs:disable WordPress.VIP.RestrictedFunctions.get_page_by_path_get_page_by_path 9 8 10 namespace WordPressdotorg\MainTheme; 9 11 … … 11 13 * Displays a table row with release information. 12 14 * 13 * @param array $release 15 * @param array $release Release to be processed. 14 16 */ 15 17 function release_row( $release ) { … … 29 31 30 32 /** 31 * Re rieve the localised downloads link.33 * Retrieve the localised downloads link. 32 34 * 33 35 * Uses the 'txt-download' page if exists, falling back to the 'releases' page for older sites, and finally, the english downloads page.
Note: See TracChangeset
for help on using the changeset viewer.