Changeset 13310 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/plugin-card/index.php
- Timestamp:
- 03/12/2024 05:27:53 AM (6 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/plugin-card
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/src/blocks/plugin-card/index.php
r13244 r13310 7 7 */ 8 8 9 namespace WordPressdotorg\Theme\Plugins_2024\ ArchivePage;9 namespace WordPressdotorg\Theme\Plugins_2024\PluginCard; 10 10 11 11 add_action( 'init', __NAMESPACE__ . '\init' ); … … 19 19 */ 20 20 function init() { 21 register_block_type( __DIR__ . '/../../../js/build/blocks/ archive-page' );21 register_block_type( __DIR__ . '/../../../js/build/blocks/plugin-card' ); 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.