Skip to content

Commit f3dd9ae

Browse files
committed
Fixes in the documentation
1 parent 25dccb7 commit f3dd9ae

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you plan to use the GitHub repository on a server, don't forget to run `compo
4747

4848
* Utilize Widgets, Shortcodes, and Content Filters:
4949
* Use the widget or the Gutenberg block.
50-
* Use the [sc_msls] shortcode in the classic editor.
50+
* Use the `[sc_msls]` shortcode to render the language switcher, or `[sc_msls_widget]` for the widget variant.
5151
* Set the content filter to display a hint to users when a translation is available.
5252

5353
* Optional Theme Integration:
@@ -63,10 +63,8 @@ Review the [Multisite Language Switcher Website](http://msls.co/) for more infor
6363

6464
Reference material for developers extending or integrating with the plugin lives in the `docs/` directory:
6565

66-
* [Public API Functions](docs/api.md) the `msls_*` helper functions exposed for use in themes and other plugins.
67-
* [Hooks Reference](docs/hooks.md) every action and filter the plugin emits, grouped by subsystem.
68-
* [Snippets & Examples](docs/snippets.md) short, focused recipes for common integration tasks.
66+
* [Public API Functions](docs/api.md) - the `msls_*` helper functions exposed for use in themes and other plugins.
67+
* [Hooks Reference](docs/hooks.md) - every action and filter the plugin emits, grouped by subsystem.
68+
* [Snippets & Examples](docs/snippets.md) - short, focused recipes for common integration tasks.
6969

70-
## Acknowledgements & Translators
71-
72-
Credits for flag icons, banner artwork, and the full list of translators are maintained in [docs/acknowledgements.md](docs/acknowledgements.md).
70+
Credits for flag icons, banner artwork, and the full list of translators are maintained in [Acknowledgements & Translators](docs/acknowledgements.md).

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Please, don't forget to [rate this plugin](https://wordpress.org/support/plugin/
2525
* Use the WordPress admin to install the plugin from there or
2626
* Download the plugin and uncompress it with your preferred unzip programme and copy the entire directory in the plugin directory of your WordPress blog (/wp-content/plugins)
2727
* Activate the plugin in your plugin administration page (by the network administrator on all the blogs or by the blog administrator for each particular blog).
28-
* You need to activate the plugin once in each blog, by setting the configuration in `Settings` -> `Multisite Language Switcher`
28+
* After activation, configure the plugin once in each blog under `Settings` -> `Multisite Language Switcher`
2929

3030
Now you can:
3131

32-
* Connect your translated pages and posts in `Posts` -> `Edit` or `Page` -> `Edit`
33-
* Connect your translated categories and tags in `Posts` -> `Categories` or `Post` -> `Tags`
32+
* Connect your translated pages and posts in `Posts` -> `Edit` or `Pages` -> `Edit`
33+
* Connect your translated categories and tags in `Posts` -> `Categories` or `Posts` -> `Tags`
3434
* connect your Custom Post Types and Custom Taxonomies across languages
3535
* use the widget, the Gutenberg block, the shortcode [sc_msls] and/or a content_filter which displays a hint to the user if a translation is available
3636
* you can find also a shortcode for the widget [sc_msls_widget]
37-
* optionally you can place the code `<?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>` directly in your theme files
37+
* optionally you can place the code `<?php if ( function_exists( 'msls_the_switcher' ) ) msls_the_switcher(); ?>` directly in your theme files
3838

3939
Review the [Multisite Language Switcher Website](http://msls.co/) for more information.
4040

0 commit comments

Comments
 (0)