Changeset 10140
- Timestamp:
- 08/10/2020 07:58:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-markdown/inc/class-editor.php
r9763 r10140 127 127 * obey the edit_post capability in this instance. 128 128 */ 129 public staticfunction redirect_o2_edit_link_to_github( $actions, $post_id ) {129 public function redirect_o2_edit_link_to_github( $actions, $post_id ) { 130 130 $post = get_post( $post_id ); 131 131 if ( ! $post ) {
Note: See TracChangeset
for help on using the changeset viewer.