Make WordPress Core


Ignore:
Timestamp:
11/20/2013 10:57:09 PM (11 years ago)
Author:
nacin
Message:

Add an experimental rssjs feed based on the experimental rss.js spec.

This is simply a JSON representation of the RSS 2.0 feed, accessible at /feed/rssjs/ anywhere.

props pento.
see #25639.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/version.php

    r26149 r26294  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.8-alpha-26127-src';
     7$wp_version = '3.8-alpha-26294-src';
    88
    99/**
     
    1212 * @global int $wp_db_version
    1313 */
    14 $wp_db_version = 26148;
     14$wp_db_version = 26294;
    1515
    1616/**
Note: See TracChangeset for help on using the changeset viewer.