Changeset 43571 for trunk/src/wp-admin/options.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r43531 r43571 81 81 } 82 82 83 $whitelist_options = array(84 'general' => array(83 $whitelist_options = array( 84 'general' => array( 85 85 'blogname', 86 86 'blogdescription', … … 119 119 'show_comments_cookies_opt_in', 120 120 ), 121 'media' => array(121 'media' => array( 122 122 'thumbnail_size_w', 123 123 'thumbnail_size_h', … … 131 131 'image_default_link_type', 132 132 ), 133 'reading' => array(133 'reading' => array( 134 134 'posts_per_page', 135 135 'posts_per_rss', … … 140 140 'blog_public', 141 141 ), 142 'writing' => array(142 'writing' => array( 143 143 'default_category', 144 144 'default_email_category', … … 262 262 if ( $unregistered ) { 263 263 _deprecated_argument( 264 'options.php', '2.7.0', 264 'options.php', 265 '2.7.0', 265 266 sprintf( 266 267 /* translators: %s: the option/setting */
Note: See TracChangeset
for help on using the changeset viewer.