Changeset 11906 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/callout-boxes.php
- Timestamp:
- 06/08/2022 09:37:57 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/callout-boxes.php
r11640 r11906 24 24 public function __construct() { 25 25 add_action( 'init', array( $this, 'register_shortcodes' ) ); 26 27 if ( did_action( 'init' ) ) { 28 $this->register_shortcodes(); 29 } 26 30 } 27 31
Note: See TracChangeset
for help on using the changeset viewer.