Changeset 11618
- Timestamp:
- 03/01/2022 11:19:55 PM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos
- Files:
-
- 2 edited
-
front-page.php (modified) (1 diff)
-
template-parts/photo-grid.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/front-page.php
r11601 r11618 82 82 'title' => __( 'FAQ', 'wporg-photos' ), 83 83 'text' => sprintf( 84 /* translators: URL to make/plugins site. */84 /* translators: URL to FAQ page. */ 85 85 __( 'Learn more about licensing, usage, and adding your photos to the WordPress Photo Directory via <a href="%s">Frequently Asked Questions</a>.', 'wporg-photos' ), 86 86 esc_url( home_url( 'faq' ) ) -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/template-parts/photo-grid.php
r11461 r11618 1 1 <?php 2 2 /** 3 * Template part for displaying plugins.3 * Template part for displaying grid of photos. 4 4 * 5 5 * @link https://codex.wordpress.org/Template_Hierarchy
Note: See TracChangeset
for help on using the changeset viewer.