Make WordPress Core


Ignore:
Timestamp:
04/03/2014 03:09:59 AM (11 years ago)
Author:
nacin
Message:

Remove old links_recently_updated_* DB options that never had a UI.

fixes #27649.

File:
1 edited

Legend:

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

    r27359 r27916  
    393393    /* translators: links last updated date format, see http://php.net/date */
    394394    'links_updated_date_format' => __('F j, Y g:i a'),
    395     'links_recently_updated_prepend' => '<em>',
    396     'links_recently_updated_append' => '</em>',
    397     'links_recently_updated_time' => 120,
    398395    'comment_moderation' => 0,
    399396    'moderation_notify' => 1,
     
    538535        'links_rating_image2', 'links_rating_image3', 'links_rating_image4', 'links_rating_image5',
    539536        'links_rating_image6', 'links_rating_image7', 'links_rating_image8', 'links_rating_image9',
     537        'links_recently_updated_time', 'links_recently_updated_prepend', 'links_recently_updated_append',
    540538        'weblogs_cacheminutes', 'comment_allowed_tags', 'search_engine_friendly_urls', 'default_geourl_lat',
    541539        'default_geourl_lon', 'use_default_geourl', 'weblogs_xml_url', 'new_users_can_blog', '_wpnonce',
Note: See TracChangeset for help on using the changeset viewer.