mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-18 06:03:49 +09:00
changed icon
This commit is contained in:
@@ -85,7 +85,6 @@ class WPStrava_SegmentsRenderer {
|
|||||||
* @author Justin Foell <justin@foell.org>
|
* @author Justin Foell <justin@foell.org>
|
||||||
* @author Sebastian Erb <mail@sebastianerb.com>
|
* @author Sebastian Erb <mail@sebastianerb.com>
|
||||||
* @since 2.9.0
|
* @since 2.9.0
|
||||||
* @TODO FIXME
|
|
||||||
*/
|
*/
|
||||||
private function get_table( $segment_details, $som ) {
|
private function get_table( $segment_details, $som ) {
|
||||||
$strava_som = WPStrava_SOM::get_som( $som );
|
$strava_som = WPStrava_SOM::get_som( $som );
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "wp-strava/segment",
|
"name": "wp-strava/segment",
|
||||||
"title": "Strava Segment",
|
"title": "Strava Segment",
|
||||||
"category": "embed",
|
"category": "embed",
|
||||||
"icon": "location-alt",
|
"icon": "chart-area",
|
||||||
"description": "Embed a Strava Segment",
|
"description": "Embed a Strava Segment",
|
||||||
"keywords": [ "segment", "map" ],
|
"keywords": [ "segment", "map" ],
|
||||||
"textdomain": "wp-strava",
|
"textdomain": "wp-strava",
|
||||||
|
|||||||
Reference in New Issue
Block a user