Changeset 21804 for trunk/wp-admin/options-writing.php
- Timestamp:
- 09/11/2012 12:37:31 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r21501 r21804 180 180 </fieldset></td> 181 181 </tr> 182 <tr valign="top">183 <th scope="row"><?php _e('XML-RPC') ?></th>184 <td><fieldset><legend class="screen-reader-text"><span><?php _e('XML-RPC') ?></span></legend>185 <label for="enable_xmlrpc">186 <input name="enable_xmlrpc" type="checkbox" id="enable_xmlrpc" value="1" <?php checked('1', get_option('enable_xmlrpc')); ?> />187 <?php _e('Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.') ?></label><br />188 </fieldset></td>189 </tr>190 182 <?php do_settings_fields('writing', 'remote_publishing'); ?> 191 183 </table>
Note: See TracChangeset
for help on using the changeset viewer.