Changeset 7925
- Timestamp:
- 12/03/2018 02:54:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-time-shortcode.php
r6421 r7925 162 162 163 163 // Only process the time shortcode. 164 unset( $shortcode_tags ); 165 $shortcode_tags['time'] = __NAMESPACE__ . '\time_shortcode'; 164 $shortcode_tags = array( 165 'time' =>__NAMESPACE__ . '\time_shortcode' 166 ); 166 167 167 168 // Do the time shortcode on the comment.
Note: See TracChangeset
for help on using the changeset viewer.