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