Changeset 25868 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 10/22/2013 05:21:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-writing.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r25616 r25868 29 29 ) ); 30 30 31 / /duplicate_hook31 /** This filter is documented in wp-admin/options.php */ 32 32 if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { 33 33 get_current_screen()->add_help_tab( array( … … 132 132 133 133 <?php 134 / /duplicate_hook134 /** This filter is documented in wp-admin/options.php */ 135 135 if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { 136 136 ?> … … 169 169 170 170 <?php 171 / /duplicate_hook171 /** This filter is documented in wp-admin/options-writing.php */ 172 172 if ( apply_filters( 'enable_update_services_configuration', true ) ) { 173 173 ?>
Note: See TracChangeset
for help on using the changeset viewer.