Plugin Directory

Changeset 1435705


Ignore:
Timestamp:
06/13/2016 09:49:37 AM (10 years ago)
Author:
designerbydesign
Message:

Updating plugin defaults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xml-news-sitemap/trunk/gns_xml.php

    r1435688 r1435705  
    77Plugin URI: https://www.jnorton.co.uk/wordpress-google-news-xml-sitemap-plugin
    88Description: This plugin provides a Google News XML Sitemap for WordPress that lists the most recent 1000 articles published in the past two days that are marked to be included in an auto-generated Google Sitemap News XML file in accordance with the standards detailed on the Creating a Google News sitemap page here: https://support.google.com/news/publisher/answer/74288?hl=en-GB
    9 Version: 1.1.3
     9Version: 1.1.4
    1010*/
    1111
     
    1818    {
    1919
    20         var $version = '1.1.3';
     20        var $version = '1.1.4';
    2121        var $settings = array();
    2222        public static $sitemap_url = '';
     
    9696                $settings['gns_xml_pubname'] = (string) get_bloginfo( 'name' );
    9797                $settings['gns_xml_genres'] = array("Blog");
    98                 $settings['gns_xml_publanguage'] = (string) get_locale();
     98                $settings['gns_xml_publanguage'] = (string) 'en';
    9999                $settings['gns_xml_pubaccess'] = (string) 'na';
    100100                $settings['gns_xml_cats'] = array();
Note: See TracChangeset for help on using the changeset viewer.