Completed
Push — master ( 95de79...31de30 )
by Askupa
02:40
created
Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
         \add_action('admin_init',array($this,'register_scripts'));
68 68
     }
69 69
     
70
+    /**
71
+     * @param string $path
72
+     */
70 73
     private function get_url( $path )
71 74
     {
72 75
         $url  = str_replace( ABSPATH, '', $path );
Please login to merge, or discard this patch.