PluginProbe
Edit Flow / 0.9.2
Edit Flow v0.9.2
0.11.1 0.11.0 0.7.2 0.7.3 0.7.4 0.7.5 0.7.6 0.8 0.8.1 0.8.2 0.9 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 trunk 0.1.5 0.10.0 0.10.1 0.10.2 All 44 releases
← All changes | common/php/screen-options.php +1 -1 0.7.20.9.2 View file →
@@ -22,9 +22,9 @@
22 22 * Class constructor
23 23 *
24 24 * @return void
25 25 */
26 - function wsScreenOptions10(){
26 + function __construct(){
27 27 $this->registered_panels = array();
28 28 $this->page_panels = array();
29 29
30 30 add_filter('screen_settings', array( $this, 'append_screen_settings' ), 10, 2);