Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #4276


Ignore:
Timestamp:
03/15/2019 08:36:32 AM (7 years ago)
Author:
jonoaldersonwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4276 – Description

    initial v1  
    1 When pages like https://wordpress.org/themes/twentynineteen/ load, JavaScript is used to alter the page title from `Twenty Nineteen - WordPress theme | WordPress.org` to `{{theme name}} | WordPress.org`. This should be removed.
     1When pages like https://wordpress.org/themes/twentynineteen/ load, JavaScript is used to alter the page title from `Twenty Nineteen - WordPress theme | WordPress.org` to `{{theme name}} | WordPress.org`. This should be disabled on load.
     2
     3When using JavaScript to navigate _between_ themes (e.g., via the next/prev arrows), the title should be updated, but using the correct format (`{{theme name}} - WordPress theme | WordPress.org`)