Changeset 8795 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 05/15/2019 08:21:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r8533 r8795 73 73 'settings' => array( 74 74 /* translators: %s: theme name */ 75 'title' => __( '%s | WordPress.org', 'wporg-themes' ), 75 'title' => array( 76 'default' => __( '%s | WordPress.org', 'wporg-themes' ), 77 'theme' => '%s - ' . sprintf( __( '%s | WordPress.org', 'wporg-themes' ), __( 'WordPress theme', 'wporg-themes' ) ), 78 ), 76 79 'isMobile' => wp_is_mobile(), 77 80 'postsPerPage' => 24,
Note: See TracChangeset
for help on using the changeset viewer.