Changeset 5002 for trunk/includes/common/shortcodes.php
- Timestamp:
- 06/25/2013 03:06:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/shortcodes.php
r4996 r5002 106 106 */ 107 107 private function add_shortcodes() { 108 foreach ( (array) $this->codes as $code => $function ) {108 foreach ( (array) $this->codes as $code => $function ) { 109 109 add_shortcode( $code, $function ); 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.