Ticket #17132: 17132-refresh.diff
| File 17132-refresh.diff, 842 bytes (added by , 14 years ago) |
|---|
-
wp-includes/class-wp-xmlrpc-server.php
325 325 'readonly' => true, 326 326 'option' => 'image_default_align' 327 327 ), 328 'template' => array( 329 'desc' => __( 'Template' ), 330 'readonly' => true, 331 'option' => 'template' 332 ), 333 'stylesheet' => array( 334 'desc' => __( 'Stylesheet' ), 335 'readonly' => true, 336 'option' => 'stylesheet' 337 ), 338 'active_plugins' => array( 339 'desc' => __( 'Active plugins' ), 340 'readonly' => true, 341 'option' => 'active_plugins' 342 ), 328 343 329 344 // Updatable options 330 345 'time_zone' => array(