Making WordPress.org


Ignore:
Timestamp:
08/30/2021 08:42:14 PM (4 years ago)
Author:
coffee2code
Message:

Developer, Dashicons: Add some keywords to various icons and tweak some icon labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/dashicons.php

    r11209 r11210  
    582582                    'dashicons-html' => [
    583583                        'code'     => 'f14b',
    584                         'label'    => 'html',
     584                        'label'    => 'HTML',
    585585                        'keywords' => 'html block',
    586586                    ],
     
    668668                    'dashicons-editor-ul' => [
    669669                        'code'     => 'f203',
    670                         'label'    => 'ul',
    671                         'keywords' => 'ul editor tinymce',
     670                        'label'    => 'unordered list',
     671                        'keywords' => 'ul unordered list editor tinymce',
    672672                    ],
    673673                    'dashicons-editor-ol' => [
    674674                        'code'     => 'f204',
    675                         'label'    => 'ol',
    676                         'keywords' => 'ol editor tinymce',
     675                        'label'    => 'ordered list',
     676                        'keywords' => 'ol ordered listeditor tinymce',
    677677                    ],
    678678                    'dashicons-editor-ol-rtl' => [
    679679                        'code'     => 'f12c',
    680                         'label'    => 'ol RTL',
    681                         'keywords' => 'ol rtl editor tinymce',
     680                        'label'    => 'ordered list RTL',
     681                        'keywords' => 'ol ordered list rtl right left editor tinymce',
    682682                    ],
    683683                    'dashicons-editor-quote' => [
     
    694694                        'code'     => 'f207',
    695695                        'label'    => 'align center',
    696                         'keywords' => 'aligncenter editor tinymce',
     696                        'keywords' => 'align center editor tinymce',
    697697                    ],
    698698                    'dashicons-editor-alignright' => [
     
    801801                        'code'     => 'f320',
    802802                        'label'    => 'RTL',
    803                         'keywords' => 'rtl editor tinymce',
     803                        'keywords' => 'rtl right left editor tinymce',
    804804                    ],
    805805                    'dashicons-editor-ltr' => [
    806806                        'code'     => 'f10c',
    807807                        'label'    => 'LTR',
    808                         'keywords' => 'ltr editor tinymce',
     808                        'keywords' => 'ltr left right editor tinymce',
    809809                    ],
    810810                    'dashicons-editor-break' => [
     
    12321232                    'dashicons-tide' => [
    12331233                        'code'     => 'f10d',
    1234                         'label'    => 'tide',
     1234                        'label'    => 'Tide',
    12351235                        'keywords' => 'Tide',
    12361236                    ],
     
    13241324                    'dashicons-pressthis' => [
    13251325                        'code'     => 'f157',
    1326                         'label'    => 'pressthis',
    1327                         'keywords' => 'pressthis',
     1326                        'label'    => 'Pressthis',
     1327                        'keywords' => 'Pressthis',
    13281328                    ],
    13291329                    'dashicons-update' => [
Note: See TracChangeset for help on using the changeset viewer.