Changeset 1435705
- Timestamp:
- 06/13/2016 09:49:37 AM (10 years ago)
- File:
-
- 1 edited
-
xml-news-sitemap/trunk/gns_xml.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xml-news-sitemap/trunk/gns_xml.php
r1435688 r1435705 7 7 Plugin URI: https://www.jnorton.co.uk/wordpress-google-news-xml-sitemap-plugin 8 8 Description: 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. 39 Version: 1.1.4 10 10 */ 11 11 … … 18 18 { 19 19 20 var $version = '1.1. 3';20 var $version = '1.1.4'; 21 21 var $settings = array(); 22 22 public static $sitemap_url = ''; … … 96 96 $settings['gns_xml_pubname'] = (string) get_bloginfo( 'name' ); 97 97 $settings['gns_xml_genres'] = array("Blog"); 98 $settings['gns_xml_publanguage'] = (string) get_locale();98 $settings['gns_xml_publanguage'] = (string) 'en'; 99 99 $settings['gns_xml_pubaccess'] = (string) 'na'; 100 100 $settings['gns_xml_cats'] = array();
Note: See TracChangeset
for help on using the changeset viewer.