Changeset 31571
- Timestamp:
- 02/27/2015 11:14:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r31566 r31571 466 466 * @param bool $enable Whether to enable media discovery. 467 467 */ 468 if ( apply_filters( 'enable_press_this_media_discovery', __return_true()) ) {468 if ( apply_filters( 'enable_press_this_media_discovery', true ) ) { 469 469 /* 470 470 * If no _meta (a new thing) was passed via $_POST, fetch data from source as fallback, … … 887 887 888 888 <?php 889 890 do_action( 'admin_footer', '' );891 do_action( 'admin_print_footer_scripts' );892 889 /** This action is documented in wp-admin/admin-footer.php */ 890 do_action( 'admin_footer' ); 891 /** This action is documented in wp-admin/admin-footer.php */ 892 do_action( 'admin_print_footer_scripts' ); 893 893 ?> 894 894 </body>
Note: See TracChangeset
for help on using the changeset viewer.