File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
app/code/Magento/Theme/view/frontend/templates/html
lib/internal/Magento/Framework/Filesystem/Driver Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 10
10
target="_blank">
11
11
<?php echo __ ('Report All Bugs ' ) ?>
12
12
</a>
13
- <strong><?php echo __ ('(ver. %1) ' , \Magento \Framework \AppInterface::VERSION ) ?> </strong>
14
13
</small>
Original file line number Diff line number Diff line change 12
12
<?php echo $ block ->getChildHtml () ?>
13
13
<p class="bugs"><?php echo __ ('Help Us Keep Magento Healthy ' ) ?> - <a
14
14
href="http://www.magentocommerce.com/bug-tracking"
15
- target="_blank"><strong><?php echo __ ('Report All Bugs ' ) ?> </strong></a> <?php echo __ ( ' (ver. %1) ' , \ Magento \ Framework \AppInterface:: VERSION ) ?>
15
+ target="_blank"><strong><?php echo __ ('Report All Bugs ' ) ?> </strong></a>
16
16
</p>
17
17
<address><?php echo $ block ->getCopyright () ?> </address>
18
18
</div>
Original file line number Diff line number Diff line change @@ -167,8 +167,7 @@ public function fileOpen($path, $mode)
167
167
'Host: ' .
168
168
$ hostname .
169
169
"\r\n" .
170
- 'User-Agent: Magento ver/ ' .
171
- \Magento \Framework \AppInterface::VERSION .
170
+ 'User-Agent: Magento ' .
172
171
"\r\n" .
173
172
'Connection: close ' .
174
173
"\r\n" .
You can’t perform that action at this time.
0 commit comments