Changeset 11210 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/dashicons.php
- Timestamp:
- 08/30/2021 08:42:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/dashicons.php
r11209 r11210 582 582 'dashicons-html' => [ 583 583 'code' => 'f14b', 584 'label' => ' html',584 'label' => 'HTML', 585 585 'keywords' => 'html block', 586 586 ], … … 668 668 'dashicons-editor-ul' => [ 669 669 'code' => 'f203', 670 'label' => 'u l',671 'keywords' => 'ul editor tinymce',670 'label' => 'unordered list', 671 'keywords' => 'ul unordered list editor tinymce', 672 672 ], 673 673 'dashicons-editor-ol' => [ 674 674 'code' => 'f204', 675 'label' => 'o l',676 'keywords' => 'ol editor tinymce',675 'label' => 'ordered list', 676 'keywords' => 'ol ordered listeditor tinymce', 677 677 ], 678 678 'dashicons-editor-ol-rtl' => [ 679 679 'code' => 'f12c', 680 'label' => 'o lRTL',681 'keywords' => 'ol rtleditor tinymce',680 'label' => 'ordered list RTL', 681 'keywords' => 'ol ordered list rtl right left editor tinymce', 682 682 ], 683 683 'dashicons-editor-quote' => [ … … 694 694 'code' => 'f207', 695 695 'label' => 'align center', 696 'keywords' => 'align center editor tinymce',696 'keywords' => 'align center editor tinymce', 697 697 ], 698 698 'dashicons-editor-alignright' => [ … … 801 801 'code' => 'f320', 802 802 'label' => 'RTL', 803 'keywords' => 'rtl editor tinymce',803 'keywords' => 'rtl right left editor tinymce', 804 804 ], 805 805 'dashicons-editor-ltr' => [ 806 806 'code' => 'f10c', 807 807 'label' => 'LTR', 808 'keywords' => 'ltr editor tinymce',808 'keywords' => 'ltr left right editor tinymce', 809 809 ], 810 810 'dashicons-editor-break' => [ … … 1232 1232 'dashicons-tide' => [ 1233 1233 'code' => 'f10d', 1234 'label' => ' tide',1234 'label' => 'Tide', 1235 1235 'keywords' => 'Tide', 1236 1236 ], … … 1324 1324 'dashicons-pressthis' => [ 1325 1325 'code' => 'f157', 1326 'label' => ' pressthis',1327 'keywords' => ' pressthis',1326 'label' => 'Pressthis', 1327 'keywords' => 'Pressthis', 1328 1328 ], 1329 1329 'dashicons-update' => [
Note: See TracChangeset
for help on using the changeset viewer.