Changeset 27916 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 04/03/2014 03:09:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r27359 r27916 393 393 /* translators: links last updated date format, see http://php.net/date */ 394 394 '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,398 395 'comment_moderation' => 0, 399 396 'moderation_notify' => 1, … … 538 535 'links_rating_image2', 'links_rating_image3', 'links_rating_image4', 'links_rating_image5', 539 536 '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', 540 538 'weblogs_cacheminutes', 'comment_allowed_tags', 'search_engine_friendly_urls', 'default_geourl_lat', 541 539 'default_geourl_lon', 'use_default_geourl', 'weblogs_xml_url', 'new_users_can_blog', '_wpnonce',
Note: See TracChangeset
for help on using the changeset viewer.