Changeset 25412
- Timestamp:
- 09/12/2013 06:56:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r25411 r25412 29 29 ) ); 30 30 31 // 31 //duplicate_hook 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 // 134 //duplicate_hook 135 135 if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { 136 136 ?> … … 169 169 170 170 <?php 171 // 171 //duplicate_hook 172 172 if ( apply_filters( 'enable_update_services_configuration', true ) ) { 173 173 ?>
Note: See TracChangeset
for help on using the changeset viewer.