Make WordPress Core


Ignore:
Timestamp:
09/11/2012 08:11:39 PM (14 years ago)
Author:
nacin
Message:

Remove AtomPub from core.

DB version is bumped to generate the new wp-app rewrite rule and remove the old enable_app option.

props wonderboymusic.
fixes #21509.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r21804 r21818  
    445445        // 2.6
    446446        'avatar_default' => 'mystery',
    447         'enable_app' => 0,
    448447
    449448        // 2.7
     
    543542                'can_compress_scripts', 'page_uris', 'update_core', 'update_plugins', 'update_themes', 'doing_cron',
    544543                'random_seed', 'rss_excerpt_length', 'secret', 'use_linksupdate', 'default_comment_status_page',
    545                 'wporg_popular_tags', 'what_to_show', 'rss_language', 'language', 'enable_xmlrpc',
     544                'wporg_popular_tags', 'what_to_show', 'rss_language', 'language', 'enable_xmlrpc', 'enable_app',
    546545        );
    547546        foreach ( $unusedoptions as $option )
Note: See TracChangeset for help on using the changeset viewer.