Skip to content

Commit

Permalink
docs: Remove deprecated selectors (#9644)
Browse files Browse the repository at this point in the history
See: #9623, which removed these.
  • Loading branch information
tofumatt authored and gziolo committed Sep 6, 2018
1 parent 104217d commit bbca724
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions docs/data/data-core-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ false if the editing state matches the saved or new post.

Whether unsaved values exist.

### isCleanNewPost

Returns true if there are no unsaved values for the current edit session and if
the currently edited post is new (and has never been saved before).

*Parameters*

* state: Global application state.

*Returns*

Whether new post and unsaved values exist.

### getCurrentPost

Returns the post currently being edited in its last known saved state, not
Expand Down Expand Up @@ -320,18 +307,6 @@ unsaved status values.

Whether the post has been published.

### getDocumentTitle

Gets the document title to be used.

*Parameters*

* state: Global application state.

*Returns*

Document title.

### getBlockName

Returns a block's name given its client ID, or null if no block exists with
Expand Down Expand Up @@ -1422,4 +1397,4 @@ Returns an action object used in signalling that the editor settings have been u

*Parameters*

* settings: Updated settings
* settings: Updated settings

0 comments on commit bbca724

Please sign in to comment.