Plugin Directory

Changeset 1734302

Timestamp:
09/22/2017 01:39:45 PM (7 years ago)
Author:
JoeFusco
Message:

v1.0.3

Location:
accessible-divi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • accessible-divi/trunk/includes/class-divi-accessibility.php

    r1733385 r1734302  
    8888     * the public-facing side of the site.
    8989     *
    90      * @since    1.0.2
     90     * @since    1.0.
    9191     */
    9292    public function __construct() {
     
    9494        $this->da11y         = 'divi_accessibility';
    9595        $this->da11y_options = 'divi_accessibility_options';
    96         $this->version       = '1.0.2';
     96        $this->version       = '1.0.';
    9797
    9898        $this->load_dependencies();
  • accessible-divi/trunk/public/class-divi-accessibility-public.php

    r1733385 r1734302  
    110110     */
    111111    public function accessible_viewport_meta() {
    112         echo '<meta name="viewport" content="width=device-width, initial-scale=1.0 />';
     112        echo '<meta name="viewport" content="width=device-width, initial-scale=1.0 />';
    113113    }
    114114
  • accessible-divi/trunk/readme.txt

    r1733387 r1734302  
    4747== Changelog ==
    4848
     49
     50
     51
    4952= 1.0.2 =
    5053* Fix Divi viewport meta tag to make theme more accessibile
Note: See TracChangeset for help on using the changeset viewer.