Changeset 9682 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-internal-notes.php
- Timestamp:
- 04/02/2020 02:23:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-internal-notes.php
r6403 r9682 47 47 * @param string $action Action to perform. 48 48 */ 49 function get_notes( $action ) {49 public static function get_notes( $action ) { 50 50 global $post_id; 51 51 if ( empty( $action ) ) {
Note: See TracChangeset
for help on using the changeset viewer.