Changeset 47219 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 02/09/2020 04:52:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/my-sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r47198 r47219 108 108 */ 109 109 $settings_html = apply_filters( 'myblogs_options', '', 'global' ); 110 if ( $settings_html != '') {110 if ( '' != $settings_html ) { 111 111 echo '<h3>' . __( 'Global Settings' ) . '</h3>'; 112 112 echo $settings_html;
Note: See TracChangeset
for help on using the changeset viewer.