Changeset 6287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern-svgtext.php
- Timestamp:
- 12/19/2017 04:22:37 PM (7 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
r2994 r6287 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory; 3 3 4 use RedeyeVentures\GeoPattern\SVGElements\Base; 4 5 … … 21 22 22 23 /** 23 * @param 24 * @param 25 * @param 26 * @param 27 * @param 28 * @param array $args24 * @param string $text 25 * @param string $x 26 * @param string $y 27 * @param string $text_anchor 28 * @param string $style 29 * @param array $args 29 30 */ 30 31 function __construct( $text, $x, $y, $text_anchor, $style, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.