Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 295783

Simplify $language max weight code using max()

$
0
0

Problem/Motivation

<?php
if (!$language->isLocked() && $language->getWeight() > $max_weight) {
 
$max_weight = $language->getWeight();
}
?>

Proposed resolution

Use max()

Remaining tasks

User interface changes

API changes


Viewing all articles
Browse latest Browse all 295783

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>