Make WordPress Core


Ignore:
Timestamp:
09/11/2012 08:11:39 PM (12 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/upgrade.php

    r21811 r21818  
    995995    if ( $wp_current_db_version < 8000 )
    996996        populate_roles_260();
    997 
    998     if ( $wp_current_db_version < 8201 ) {
    999         update_option('enable_app', 1);
    1000     }
    1001997}
    1002998
Note: See TracChangeset for help on using the changeset viewer.