Changeset 2459 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 02/03/2016 11:08:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r2451 r2459 55 55 'query' => wporg_themes_get_themes_for_query(), 56 56 'settings' => array( 57 'title' => __( 'WordPress › %s « Free WordPress Themes', 'wporg-themes' ), 57 /* translators: %s: theme name */ 58 'title' => __( '%s — Free WordPress Themes', 'wporg-themes' ), 58 59 'isMobile' => wp_is_mobile(), 59 60 'postsPerPage' => 24,
Note: See TracChangeset
for help on using the changeset viewer.