Completed
Branch dev (16db98)
by
unknown
05:13
created
factory/_common/form/field_type/AdminPageFramework_FieldType_taxonomy.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -441,7 +441,7 @@
 block discarded – undo
441 441
          * @since       3.8.8
442 442
          * @return      array       Post type slugs associated with the given taxonomy.
443 443
          */
444
-        private function _getPostTypesByTaxonomySlug( $sTaxonomySlug ) {            
444
+        private function _getPostTypesByTaxonomySlug( $sTaxonomySlug ) {
445 445
             $_oTaxonomy = get_taxonomy( $sTaxonomySlug );
446 446
             return $_oTaxonomy->object_type;            
447 447
         }
Please login to merge, or discard this patch.