MDL-39595 theme_bootstrapbase: Renamed renderers/core.php to renderers/core_renderer.php

This commit is contained in:
Mary Evans 2013-05-10 00:00:37 +01:00 committed by Damyon Wiese
parent 2d5303cbe7
commit 0d57b4cbf2
3 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
* Renderers to align Moodle's HTML with that expected by Bootstrap
*
* @package theme_bootstrapbase
* @copyright 2012
* @copyright 2013
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once('renderers/core.php');
require_once('renderers/core_renderer.php');

View File

@ -19,7 +19,7 @@
*
* @package theme_bootstrapbase
* @copyright 2013 Bas Brands, www.basbrands.nl
* @authors Bas Brands, David Scotson
* @authors Bas Brands, David Scotson
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/