CaffGeek/MBACNationals

View on GitHub

Showing 7,504 of 7,504 total issues

Function _farbtastic has a Cognitive Complexity of 88 (exceeds 5 allowed). Consider refactoring.
Open

jQuery._farbtastic = function (container, callback) {
  // Store farbtastic object
  var fb = this;

  // Insert markup
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-admin/js/farbtastic.js - About 1 day to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function decode has a Cognitive Complexity of 88 (exceeds 5 allowed). Consider refactoring.
Open

    function decode($str)
    {
        $str = $this->reduce_string($str);

        switch (strtolower($str)) {
Severity: Minor
Found in Web.Admin/2014/wordpress/wp-includes/class-json.php - About 1 day to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Audio post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-aside.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-gallery.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-image.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-link.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-quote.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-video.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Quote post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-aside.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-audio.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-gallery.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-image.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-link.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-video.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Gallery post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-aside.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-audio.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-image.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-link.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-quote.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-video.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Aside post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-audio.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-gallery.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-image.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-link.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-quote.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-video.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Video post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-aside.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-audio.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-gallery.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-image.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-link.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-quote.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Image post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-aside.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-audio.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-gallery.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-link.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-quote.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-video.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/**
 * The template for displaying posts in the Link post format
 *
 * @package WordPress
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-aside.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-audio.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-gallery.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-image.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-quote.php on lines 1..57
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/content-video.php on lines 1..57

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 371.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

File class-ftp.php has 752 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
/**
 * PemFTP - A Ftp implementation in pure PHP
 *
 * @package PemFTP
Severity: Major
Found in Web.Admin/2014/wordpress/wp-admin/includes/class-ftp.php - About 1 day to fix

    File default-widgets.php has 752 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    /**
     * Default Widgets
     *
    Severity: Major
    Found in Web.Admin/2014/wordpress/wp-includes/default-widgets.php - About 1 day to fix

      File class-IXR.php has 752 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      <?php
      /**
       * IXR - The Inutio XML-RPC Library
       *
       * @package IXR
      Severity: Major
      Found in Web.Admin/2014/wordpress/wp-includes/class-IXR.php - About 1 day to fix

        Similar blocks of code found in 3 locations. Consider refactoring.
        Open

                                if (isset($content['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['text']))
                                {
                                    foreach ($content['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['text'] as $caption)
                                    {
                                        $caption_type = null;
        Severity: Major
        Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php and 2 other locations - About 1 day to fix
        Web.Admin/2014/wordpress/wp-includes/class-simplepie.php on lines 4559..4594
        Web.Admin/2014/wordpress/wp-includes/class-simplepie.php on lines 5144..5183

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 370.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Similar blocks of code found in 3 locations. Consider refactoring.
        Open

                                if (isset($content['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['text']))
                                {
                                    foreach ($content['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['text'] as $caption)
                                    {
                                        $caption_type = null;
        Severity: Major
        Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php and 2 other locations - About 1 day to fix
        Web.Admin/2014/wordpress/wp-includes/class-simplepie.php on lines 4523..4598
        Web.Admin/2014/wordpress/wp-includes/class-simplepie.php on lines 4559..4594

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 370.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Similar blocks of code found in 3 locations. Consider refactoring.
        Open

                                elseif (isset($group['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['text']))
                                {
                                    foreach ($group['child'][SIMPLEPIE_NAMESPACE_MEDIARSS]['text'] as $caption)
                                    {
                                        $caption_type = null;
        Severity: Major
        Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php and 2 other locations - About 1 day to fix
        Web.Admin/2014/wordpress/wp-includes/class-simplepie.php on lines 4523..4598
        Web.Admin/2014/wordpress/wp-includes/class-simplepie.php on lines 5144..5183

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 370.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Function sanitize has a Cognitive Complexity of 87 (exceeds 5 allowed). Consider refactoring.
        Open

            function sanitize($data, $type, $base = '')
            {
                $data = trim($data);
                if ($data !== '' || $type & SIMPLEPIE_CONSTRUCT_IRI)
                {
        Severity: Minor
        Found in Web.Admin/2014/wordpress/wp-includes/class-simplepie.php - About 1 day to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        File class.akismet-admin.php has 745 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        <?php
        
        class Akismet_Admin {
            const NONCE = 'akismet-update-key';
        
        

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

              {
                  options.allowResize ?
                      alt?Selection.enableOnly():Selection.enableHandles():
                      Selection.disableHandles();
          
          
          Web.Admin/2014/wordpress/wp-includes/js/jcrop/jquery.Jcrop.js on lines 154..158

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 311.

          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

          Refactorings

          Further Reading

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          {options.allowResize?alt?Selection.enableOnly():Selection.enableHandles():Selection.disableHandles();Tracker.setCursor(options.allowSelect?'crosshair':'default');Selection.setCursor(options.allowMove?'move':'default');$div.css('backgroundColor',options.bgColor);if('setSelect'in options){setSelect(opt.setSelect);Selection.done();delete(options.setSelect);}
          if('trueSize'in options){xscale=options.trueSize[0]/boundx;yscale=options.trueSize[1]/boundy;}
          xlimit=options.maxSize[0]||0;ylimit=options.maxSize[1]||0;xmin=options.minSize[0]||0;ymin=options.minSize[1]||0;if('outerImage'in options)
          {$img.attr('src',options.outerImage);delete(options.outerImage);}
          Selection.refresh();};$hdl_holder.hide();interfaceUpdate(true);var api={animateTo:animateTo,setSelect:setSelect,setOptions:setOptionsNew,tellSelect:tellSelect,tellScaled:tellScaled,disable:disableCrop,enable:enableCrop,cancel:cancelCrop,focus:KeyManager.watchKeys,getBounds:function(){return[boundx*xscale,boundy*yscale];},getWidgetSize:function(){return[boundx,boundy];},release:Selection.release,destroy:destroy};$origimg.data('Jcrop',api);return api;};$.fn.Jcrop=function(options)
          Web.Admin/2014/wordpress/wp-includes/js/jcrop/jquery.Jcrop.dev.js on lines 1099..1132

          Duplicated Code

          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

          Tuning

          This issue has a mass of 311.

          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

          Refactorings

          Further Reading

          File classes.php has 739 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          <?php
          /**
           * Holds Most of the WordPress classes.
           *
           * Some of the other classes are contained in other files. For example, the
          Severity: Major
          Found in Web.Admin/2014/wordpress/wp-includes/classes.php - About 1 day to fix
            Severity
            Category
            Status
            Source
            Language