mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 08:03:41 +01:00
edit-form-advanced.php
:
* `get_permalink( $post_ID )` can return `false`, set it to a variable and check it * Using the variable allows us to replace 11 separate calls to `get_permalink( $post_ID )` in the file * These notices were triggered by the potential for `false` to be passed to `esc_url()` See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31131 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.5%
CSS
8.9%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%