getoffmyplane / sus

Other
1 stars 0 forks source link

Move "Screen Options" -> "Manage Widgets" & "Show on screen" -> "Toggle Visibility" text from core WP to plugin #32

Open getoffmyplane opened 9 years ago

getoffmyplane commented 9 years ago

I updated the "Screen Options" tab to say "Manage widgets by modifying the output string in the show_screen_options() function included in \wp-admin\includes\screen.php (line 955).

Note that this is not the correct way to do it as an update to WordPress will result in the function being overwritten. It should be added to a plugin in the future (new issue added)

getoffmyplane commented 9 years ago

I updated the "Show on screen" tab to say "Toggle Visibility" by modifying the output string in the render_screen_options() function included in \wp-admin\includes\screen.php (line 1031).

Note that this is not the correct way to do it as an update to WordPress will result in the function being overwritten. It should be added to a plugin in the future (new issue added)