Making WordPress.org


Ignore:
Timestamp:
05/15/2019 08:21:44 AM (5 years ago)
Author:
tellyworth
Message:

Theme directory: improve title switching on theme pages.

Props atanasangelovdev.
Fixes #4276

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r8533 r8795  
    7373            'settings' => array(
    7474                /* 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                ),
    7679                'isMobile'     => wp_is_mobile(),
    7780                'postsPerPage' => 24,
Note: See TracChangeset for help on using the changeset viewer.