Changeset 2062152
Legend:
- Unmodified
- Added
- Removed
-
amp-wp/tags/1.5.3/includes/class-amp-wp-content-sanitizer.php
r2062068 r2062152 90 90 91 91 $tags = array(); 92 include AMP_WP_DIR_PATH . ' /includes/tags-list.php';92 include AMP_WP_DIR_PATH . 'includes/tags-list.php'; 93 93 $this->tags = $tags; 94 94 … … 680 680 'style', // style attributies will collect and sanitize @see save_element_style. 681 681 ); 682 include AMP_WP_DIR_PATH . ' /includes/sanitizer-rules.php';682 include AMP_WP_DIR_PATH . 'includes/sanitizer-rules.php'; 683 683 684 684 if ( $rules ) { -
amp-wp/tags/1.5.4/includes/class-amp-wp-content-sanitizer.php
r2062148 r2062152 90 90 91 91 $tags = array(); 92 include AMP_WP_DIR_PATH . ' /includes/tags-list.php';92 include AMP_WP_DIR_PATH . 'includes/tags-list.php'; 93 93 $this->tags = $tags; 94 94 … … 680 680 'style', // style attributies will collect and sanitize @see save_element_style. 681 681 ); 682 include AMP_WP_DIR_PATH . ' /includes/sanitizer-rules.php';682 include AMP_WP_DIR_PATH . 'includes/sanitizer-rules.php'; 683 683 684 684 if ( $rules ) { -
amp-wp/trunk/includes/class-amp-wp-content-sanitizer.php
r2062068 r2062152 90 90 91 91 $tags = array(); 92 include AMP_WP_DIR_PATH . ' /includes/tags-list.php';92 include AMP_WP_DIR_PATH . 'includes/tags-list.php'; 93 93 $this->tags = $tags; 94 94 … … 680 680 'style', // style attributies will collect and sanitize @see save_element_style. 681 681 ); 682 include AMP_WP_DIR_PATH . ' /includes/sanitizer-rules.php';682 include AMP_WP_DIR_PATH . 'includes/sanitizer-rules.php'; 683 683 684 684 if ( $rules ) {
Note: See TracChangeset
for help on using the changeset viewer.