Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #5687


Ignore:
Timestamp:
03/31/2021 09:02:42 PM (3 years ago)
Author:
ryelle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5687 – Description

    initial v1  
    22
    33Instead, we could use `wp_register_script` in the parent theme to set up the file & information, and let child themes opt in to using it with `wp_enqueue_script( 'wporg-navigation' )`.
     4
     5Example of a child theme re-enqueuing the file: https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php#L121