Changeset 10237 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/post-type.php
- Timestamp:
- 09/03/2020 11:57:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/post-type.php
r10202 r10237 4 4 5 5 defined( 'WPINC' ) || die(); 6 7 /** 8 * Actions and filters. 9 */ 10 add_action( 'init', __NAMESPACE__ . '\register' ); 6 11 7 12 /**
Note: See TracChangeset
for help on using the changeset viewer.