Plugin Directory

Changeset 2062152


Ignore:
Timestamp:
04/03/2019 09:04:12 AM (7 years ago)
Author:
pixelative
Message:

remove extra forward slash

Location:
amp-wp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • amp-wp/tags/1.5.3/includes/class-amp-wp-content-sanitizer.php

    r2062068 r2062152  
    9090
    9191        $tags = array();
    92         include AMP_WP_DIR_PATH . '/includes/tags-list.php';
     92        include AMP_WP_DIR_PATH . 'includes/tags-list.php';
    9393        $this->tags = $tags;
    9494
     
    680680            'style', // style attributies will collect and sanitize @see save_element_style.
    681681        );
    682         include AMP_WP_DIR_PATH . '/includes/sanitizer-rules.php';
     682        include AMP_WP_DIR_PATH . 'includes/sanitizer-rules.php';
    683683
    684684        if ( $rules ) {
  • amp-wp/tags/1.5.4/includes/class-amp-wp-content-sanitizer.php

    r2062148 r2062152  
    9090
    9191        $tags = array();
    92         include AMP_WP_DIR_PATH . '/includes/tags-list.php';
     92        include AMP_WP_DIR_PATH . 'includes/tags-list.php';
    9393        $this->tags = $tags;
    9494
     
    680680            'style', // style attributies will collect and sanitize @see save_element_style.
    681681        );
    682         include AMP_WP_DIR_PATH . '/includes/sanitizer-rules.php';
     682        include AMP_WP_DIR_PATH . 'includes/sanitizer-rules.php';
    683683
    684684        if ( $rules ) {
  • amp-wp/trunk/includes/class-amp-wp-content-sanitizer.php

    r2062068 r2062152  
    9090
    9191        $tags = array();
    92         include AMP_WP_DIR_PATH . '/includes/tags-list.php';
     92        include AMP_WP_DIR_PATH . 'includes/tags-list.php';
    9393        $this->tags = $tags;
    9494
     
    680680            'style', // style attributies will collect and sanitize @see save_element_style.
    681681        );
    682         include AMP_WP_DIR_PATH . '/includes/sanitizer-rules.php';
     682        include AMP_WP_DIR_PATH . 'includes/sanitizer-rules.php';
    683683
    684684        if ( $rules ) {
Note: See TracChangeset for help on using the changeset viewer.