Making WordPress.org


Ignore:
Timestamp:
12/19/2017 04:22:37 PM (7 years ago)
Author:
obenland
Message:

PLugins: Clean up formatting with phpcbf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern.php

    r2994 r6287  
    11<?php
    22namespace WordPressdotorg\Plugin_Directory;
     3
    34use RedeyeVentures\GeoPattern\GeoPattern;
    45
     
    9192        $this->generatePattern();
    9293
    93         #if ( $this->svg->getWidth() < $width || $this->svg->getHeight() < $height ) {
     94        // if ( $this->svg->getWidth() < $width || $this->svg->getHeight() < $height ) {
    9495            $this->svg->setViewBox( 0, 0, $this->svg->getWidth(), $this->svg->getHeight() );
    95         #}
    96 
     96        // }
    9797        if ( $this->text ) {
    9898            $inner = $this->svg;
Note: See TracChangeset for help on using the changeset viewer.