Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several-typo-correction-in-advanced-administration-handbook #331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions debug/debug-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Check to see if you are still having an issue.

### Open the Developer Tools

* **Chrome**: Type `Cmd-Option-J` (Mac) or `Ctrl-Shift-J` (Windows, Linux, Chrome OS), or nagivate to `View -> Developer -> Developer Tools` in the menu.
* **Chrome**: Type `Cmd-Option-J` (Mac) or `Ctrl-Shift-J` (Windows, Linux, Chrome OS), or navigate to `View -> Developer -> Developer Tools` in the menu.
* **Firefox**: Type `Cmd-Option-K` (Mad) or `Ctrl-Shift-K` (Windows, Linux, Chrome OS), or navigate to `Web Development -> Web Console` in the menu.
* **Edge**: Follow the instructions for Chrome.
* **Safari**: First, navigate to `Safari -> Preferences`. Click on the `Advanced` tab, then check `Show Develop Menu in menu bar`. Then, in the new `Develop` menu, navigate to `Show JavaScript Console`.
Expand Down Expand Up @@ -63,4 +63,4 @@ Please include the below information:

## Changelog

- 2022-09-11: Original content from [Using Your Browser to Diagnose JavaScript Errors](https://wordpress.org/documentation/article/using-your-browser-to-diagnose-javascript-errors/). Consolidated Developer Tools instuctions, removed IE documentation.
- 2022-09-11: Original content from [Using Your Browser to Diagnose JavaScript Errors](https://wordpress.org/documentation/article/using-your-browser-to-diagnose-javascript-errors/). Consolidated Developer Tools instructions, removed IE documentation.
2 changes: 1 addition & 1 deletion debug/version-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ A lot of WordPress hosts offer version control but there are third-party service

## Changelog

- 2023-05-29: Synced with [Hostinh Handbook](https://make.wordpress.org/hosting/handbook/reliability/#version-control)
- 2023-05-29: Synced with [Hosting Handbook](https://make.wordpress.org/hosting/handbook/reliability/#version-control)
- 2023-03-03: Created a new page for *Version control*
2 changes: 1 addition & 1 deletion wordpress/wp-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Reference: [Disabling Auto Updates in WordPress 3.7](https://make.wordpress.org/

### Cleanup Image Edits {#cleanup-image-edits}

By default, WordPress creates a new set of images every time you edit an image and when you restore the original, it leaves all the edits on the server. Defining IMAGE_EDIT_OVERWRITE as true changes this behaviour. Only one set of image edits are ever created and when you restore the original, the edits are removed from the server.
By default, WordPress creates a new set of images every time you edit an image and when you restore the original, it leaves all the edits on the server. Defining IMAGE_EDIT_OVERWRITE as true changes this behavior. Only one set of image edits are ever created and when you restore the original, the edits are removed from the server.

```
define( 'IMAGE_EDIT_OVERWRITE', true );
Expand Down