CaffGeek/MBACNationals

View on GitHub

Showing 5,566 of 7,504 total issues

Method wp_unique_post_slug has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function wp_unique_post_slug($slug, $post_ID, $post_status, $post_type, $post_parent) {
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-includes/post.php - About 35 mins to fix

    Method compress_parse_url has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', $fragment = '')
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-includes/SimplePie/Misc.php - About 35 mins to fix

      Method _nx has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      function _nx($single, $plural, $number, $context, $domain = 'default') {
      Severity: Minor
      Found in Web.Admin/2014/wordpress/wp-includes/l10n.php - About 35 mins to fix

        Method the_terms has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = '' ) {
        Severity: Minor
        Found in Web.Admin/2014/wordpress/wp-includes/category-template.php - About 35 mins to fix

          Method get_image_tag has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          function get_image_tag($id, $alt, $title, $align, $size='medium') {
          Severity: Minor
          Found in Web.Admin/2014/wordpress/wp-includes/media.php - About 35 mins to fix

            Method _diag has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                function _diag ($xoff, $xlim, $yoff, $ylim, $nchunks)
            Severity: Minor
            Found in Web.Admin/2014/wordpress/wp-includes/Text/Diff/Engine/native.php - About 35 mins to fix

              Method _block has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  function _block($xbeg, $xlen, $ybeg, $ylen, &$edits)
              Severity: Minor
              Found in Web.Admin/2014/wordpress/wp-includes/Text/Diff/Renderer.php - About 35 mins to fix

                Method wp_get_attachment_link has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                function wp_get_attachment_link($id = 0, $size = 'thumbnail', $permalink = false, $icon = false, $text = false) {
                Severity: Minor
                Found in Web.Admin/2014/wordpress/wp-includes/post-template.php - About 35 mins to fix

                  Method start_el has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
                  Severity: Minor
                  Found in Web.Admin/2014/wordpress/wp-includes/nav-menu-template.php - About 35 mins to fix

                    Method image_resize_dimensions has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    function image_resize_dimensions($orig_w, $orig_h, $dest_w, $dest_h, $crop = false) {
                    Severity: Minor
                    Found in Web.Admin/2014/wordpress/wp-includes/media.php - About 35 mins to fix

                      Method _http_build_query has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      function _http_build_query($data, $prefix=null, $sep=null, $key='', $urlencode=true) {
                      Severity: Minor
                      Found in Web.Admin/2014/wordpress/wp-includes/compat.php - About 35 mins to fix

                        Method wp_mail has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() ) {
                        Severity: Minor
                        Found in Web.Admin/2014/wordpress/wp-includes/pluggable.php - About 35 mins to fix

                          Method get_category_parents has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          function get_category_parents( $id, $link = false, $separator = '/', $nicename = false, $visited = array() ) {
                          Severity: Minor
                          Found in Web.Admin/2014/wordpress/wp-includes/category-template.php - About 35 mins to fix

                            Method build_time_query has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function build_time_query( $column, $compare, $hour = null, $minute = null, $second = null ) {
                            Severity: Minor
                            Found in Web.Admin/2014/wordpress/wp-includes/date.php - About 35 mins to fix

                              Method update has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  function update($table, $data, $where, $format = null, $where_format = null) {
                              Severity: Minor
                              Found in Web.Admin/2014/wordpress/wp-includes/wp-db.php - About 35 mins to fix

                                Method get_the_term_list has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                function get_the_term_list( $id = 0, $taxonomy, $before = '', $sep = '', $after = '' ) {
                                Severity: Minor
                                Found in Web.Admin/2014/wordpress/wp-includes/category-template.php - About 35 mins to fix

                                  Method SimplePie_Caption has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      function SimplePie_Caption($type = null, $lang = null, $startTime = null, $endTime = null, $text = null)
                                  Severity: Minor
                                  Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 35 mins to fix

                                    Method compress_parse_url has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', $fragment = '')
                                    Severity: Minor
                                    Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 35 mins to fix

                                      Method display_cached_file has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          function display_cached_file($identifier_url, $cache_location = './cache', $cache_extension = 'spc', $cache_class = 'SimplePie_Cache', $cache_name_function = 'md5')
                                      Severity: Minor
                                      Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 35 mins to fix

                                        Method start_el has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {}
                                        Severity: Minor
                                        Found in Web.Admin/2014/wordpress/wp-includes/class-wp-walker.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language