Making WordPress.org


Ignore:
Timestamp:
05/04/2020 09:45:38 PM (6 years ago)
Author:
coffee2code
Message:

Developer theme: Move explanations (aka "More Information") higher up in page, immediately after Return.

Moves Source and Changelog sections to much later in the page.

Props valentinbora, atachibana, coffee2code.
Fixes #5017.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php

    r9676 r9822  
    18331833                        'params',
    18341834                        'return',
    1835                         'source',
    1836                         'changelog',
    18371835                        'explanation',
    18381836                        'related',
    18391837                        'methods',
     1838                        'source',
     1839                        'changelog',
    18401840                        'notes'
    18411841                );
Note: See TracChangeset for help on using the changeset viewer.