Changeset 8151 for branches/crazyhorse/wp-admin/options-writing.php
- Timestamp:
- 06/20/2008 09:27:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/options-writing.php
r8125 r8151 61 61 </table> 62 62 63 <h3><?php _e('Remote Publishing') ?></h3> 64 <p><?php printf(__('To post to WordPress from a desktop blogging client or remote website that uses the Atom Publishing Protocol or one of the XML-RPC publishing interfaces you must enable them below.')) ?></p> 65 <table class="form-table"> 66 <tr valign="top"> 67 <th scope="row"><?php _e('Atom Publishing Protocol') ?></th> 68 <td><fieldset><legend class="hidden"><?php _e('Atom Publishing Protocol') ?></legend> 69 <label for="enable_app"> 70 <input name="enable_app" type="checkbox" id="enable_app" value="1" <?php checked('1', get_option('enable_app')); ?> /> 71 <?php _e('Enable the Atom Publishing Protocol.') ?></label><br /> 72 </fieldset></td> 73 </tr> 74 <tr valign="top"> 75 <th scope="row"><?php _e('XML-RPC') ?></th> 76 <td><fieldset><legend class="hidden"><?php _e('XML-RPC') ?></legend> 77 <label for="enable_xmlrpc"> 78 <input name="enable_xmlrpc" type="checkbox" id="enable_xmlrpc" value="1" <?php checked('1', get_option('enable_xmlrpc')); ?> /> 79 <?php _e('Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.') ?></label><br /> 80 </fieldset></td> 81 </tr></table> 82 63 83 <h3><?php _e('Post via e-mail') ?></h3> 64 84 <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(8, false), wp_generate_password(8, false), wp_generate_password(8, false)) ?></p>
Note: See TracChangeset
for help on using the changeset viewer.