Completed
Branch dev (51c5b7)
by
unknown
03:41
created
development/factory/admin_page/AdminPageFramework_Controller.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
      * </ul>
214 214
      * @return      string      The script handle ID. If the passed url is not a valid url string, an empty string will be returned.
215 215
      */
216
-    public function enqueueScript( $sSRC, $sPageSlug='', $sTabSlug='', $aCustomArgs=array() ) {    
216
+    public function enqueueScript( $sSRC, $sPageSlug='', $sTabSlug='', $aCustomArgs=array() ) {
217 217
         return $this->oResource->_enqueueScript( $sSRC, $sPageSlug, $sTabSlug, $aCustomArgs );
218 218
     }
219 219
     
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
     * @access       public
262 262
     * @return       void
263 263
     */    
264
-    public function addLinkToPluginTitle( $sTaggedLinkHTML1, $sTaggedLinkHTML2=null, $_and_more=null ) {    
264
+    public function addLinkToPluginTitle( $sTaggedLinkHTML1, $sTaggedLinkHTML2=null, $_and_more=null ) {
265 265
     
266 266
         if ( 'plugins.php' !== $this->oProp->sPageNow ) {
267 267
             return;
Please login to merge, or discard this patch.