Changeset 2994 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern-svgtext.php
- Timestamp:
- 04/21/2016 07:41:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern-svgtext.php
r2621 r2994 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory; 3 use RedeyeVentures\GeoPattern\SVGElements\Base; 3 4 4 5 /** … … 7 8 * @package WordPressdotorg\Plugin_Directory 8 9 */ 9 class Plugin_Geopattern_SVGText extends \RedeyeVentures\GeoPattern\SVGElements\Base {10 class Plugin_Geopattern_SVGText extends Base { 10 11 11 12 /**
Note: See TracChangeset
for help on using the changeset viewer.