CaffGeek/MBACNationals

View on GitHub

Showing 5,566 of 7,504 total issues

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

function add_theme_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_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_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_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 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_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 add_pages_page has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              function add_pages_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_media_page has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                function add_media_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_links_page has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  function add_links_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 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 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/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 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 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 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 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 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 __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
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language