CaffGeek/MBACNationals

View on GitHub

Showing 7,504 of 7,504 total issues

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

function add_comments_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-admin/includes/plugin.php - About 35 mins to fix

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

    function add_management_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
    Severity: Minor
    Found in Web.Admin/2014/wordpress/wp-admin/includes/plugin.php - About 35 mins to fix

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

      function add_posts_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
      Severity: Minor
      Found in Web.Admin/2014/wordpress/wp-admin/includes/plugin.php - About 35 mins to fix

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

        function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0 ) {
        Severity: Minor
        Found in Web.Admin/2014/wordpress/wp-admin/includes/deprecated.php - About 35 mins to fix

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

          function add_options_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
          Severity: Minor
          Found in Web.Admin/2014/wordpress/wp-admin/includes/plugin.php - About 35 mins to fix

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

            function add_users_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
            Severity: Minor
            Found in Web.Admin/2014/wordpress/wp-admin/includes/plugin.php - About 35 mins to fix

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

              function add_dashboard_page( $page_title, $menu_title, $access_level, $file, $function = '' ) {
              Severity: Minor
              Found in Web.Admin/2014/wordpress/wp-admin/includes/plugin.php - About 35 mins to fix

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

                function _crop_image_resource($img, $x, $y, $w, $h) {
                Severity: Minor
                Found in Web.Admin/2014/wordpress/wp-admin/includes/image-edit.php - About 35 mins to fix

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

                  function signup_blog($user_name = '', $user_email = '', $blogname = '', $blog_title = '', $errors = '') {
                  Severity: Minor
                  Found in Web.Admin/2014/wordpress/wp-signup.php - About 35 mins to fix

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

                    function akismet_http_post( $request, $host, $path, $port = 80, $ip = null ) {
                    Severity: Minor
                    Found in Web.Admin/2014/wordpress/wp-content/plugins/akismet/wrapper.php - About 35 mins to fix

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

                      function akismet_http_post($request, $host, $path, $port = 80, $ip=null) {
                      Severity: Minor
                      Found in Web.Admin/2014/wordpress/wp-content/plugins/akismet/akismet.php - About 35 mins to fix

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

                        function get_archives_link($url, $text, $format = 'html', $before = '', $after = '') {
                        Severity: Minor
                        Found in Web.Admin/2014/wordpress/wp-includes/general-template.php - About 35 mins to fix

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

                          function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2) {
                          Severity: Minor
                          Found in Web.Admin/2014/wordpress/wp-includes/general-template.php - About 35 mins to fix

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

                            function sanitize_term_field($field, $value, $term_id, $taxonomy, $context) {
                            Severity: Minor
                            Found in Web.Admin/2014/wordpress/wp-includes/taxonomy.php - About 35 mins to fix

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

                              function get_term_by($field, $value, $taxonomy, $output = OBJECT, $filter = 'raw') {
                              Severity: Minor
                              Found in Web.Admin/2014/wordpress/wp-includes/taxonomy.php - About 35 mins to fix

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

                                    public function decodeMPEGaudioHeader($offset, &$info, $recursivesearch=true, $ScanAsCBR=false, $FastMPEGheaderScan=false) {
                                Severity: Minor
                                Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.mp3.php - About 35 mins to fix

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

                                      public static function MPEGaudioFrameLength(&$bitrate, &$version, &$layer, $padding, &$samplerate) {
                                  Severity: Minor
                                  Found in Web.Admin/2014/wordpress/wp-includes/ID3/module.audio.mp3.php - About 35 mins to fix

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

                                        public static function EmbeddedLookup($key, $begin, $end, $file, $name) {
                                    Severity: Minor
                                    Found in Web.Admin/2014/wordpress/wp-includes/ID3/getid3.lib.php - About 35 mins to fix

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

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

                                        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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language