Changeset 12617 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 06/05/2023 04:28:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r12398 r12617 124 124 ), 125 125 ) ); 126 } 127 128 // The plugin submission page: /developers/add/ 129 if ( is_page( 'add' ) ) { 130 wp_enqueue_script( 'wporg-plugins-upload', get_stylesheet_directory_uri() . '/js/upload.js', array( 'wp-api' ), filemtime( __DIR__ . '/js/upload.js' ), true ); 126 131 } 127 132
Note: See TracChangeset
for help on using the changeset viewer.