### Eclipse Workspace Patch 1.0
#P wordpress-repo-trunk
|
|
|
305 | 305 | 'readonly' => true, |
306 | 306 | 'option' => 'siteurl' |
307 | 307 | ), |
| 308 | 'image_default_link_type' => array( |
| 309 | 'desc' => __( 'Image default link type' ), |
| 310 | 'readonly' => true, |
| 311 | 'option' => 'image_default_link_type' |
| 312 | ), |
| 313 | 'image_default_size' => array( |
| 314 | 'desc' => __( 'Image default size' ), |
| 315 | 'readonly' => true, |
| 316 | 'option' => 'image_default_size' |
| 317 | ), |
| 318 | 'image_default_align' => array( |
| 319 | 'desc' => __( 'Image default align' ), |
| 320 | 'readonly' => true, |
| 321 | 'option' => 'image_default_align' |
| 322 | ), |
308 | 323 | |
309 | 324 | // Updatable options |
310 | 325 | 'time_zone' => array( |