Changeset 1339598
- Timestamp:
- 01/30/2016 11:22:32 AM (10 years ago)
- File:
-
- 1 edited
-
wp2jekyll/branches/0.4/inc/admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp2jekyll/branches/0.4/inc/admin.php
r1339585 r1339598 300 300 function wordpress2jekyll_export_settings_section_callback( $arg ) { 301 301 302 echo __( 'How Word press2Jekyll should export Wordpress content.', 'wordpress2jekyll' );302 echo __( 'How WordPress2Jekyll should export Wordpress content.', 'wordpress2jekyll' ); 303 303 } 304 304 … … 324 324 <form action='options.php' method='post'> 325 325 326 <h2>Word press2Jekyll Options</h2>326 <h2>WordPress2Jekyll Options</h2> 327 327 <?php 328 328 settings_fields( 'wordpress2jekyll_settings' );
Note: See TracChangeset
for help on using the changeset viewer.